#C1959C

Color #C1959C Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C1959C

Tints of Careys Pink #C1959C

Color information

#C1959C (or 0xC1959C) is unknown color: approx Careys Pink. HEX triplet: C1, 95 and 9C. RGB value is (193,149,156). Sum of RGB (Red+Green+Blue) = 193+149+156=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1959C is #3E6A63. Grayscale: #A2A2A2. Windows color (decimal): -4090468 or 10261953. OLE color: 10261953.

HSL color Cylindrical-coordinate representation of color #C1959C: hue angle of 350.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1959C is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB193149156-
CMYK00.230.190.24
HSL350.45º26.19%67.06%-
HSV(B)350.45º22.8%75.69%-
XYZ38.7435.2336.21-
YUV162.95124.08149.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=38.76%
G=29.92%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314915600.230.190.24350.4526.1967.06
HexC1959C017131815e1a43
Octal301225234027233053632103
Binary1100000110010101100111000101111001111000101011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1959C; }

 p { color: rgb(193,149,156); }

 H1.HeaderClassName
 {
   color: #C1959C;
 }
 .AnyTagClassName
 {
   color: #C1959C;
 }
</style>
background-color css

<style>
 a { background-color: #C1959C; }

 a { background-color: rgb(193,149,156); }

 div.DivClassName
 {
   background-color: #C1959C;
 }
 .BgClassName
 {
   background-color: #C1959C;
 }
</style>
border-color css

<style>
 span { border-color: #C1959C; }

 span { border-color: rgb(193,149,156); }

 td.TdClassName
 {
   border-color: #C1959C;
 }
 .TagClassName
 {
   border-color: #C1959C;
 }
</style>