#C2989C

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

Shades of Careys Pink #C2989C

Tints of Careys Pink #C2989C

Color information

#C2989C (or 0xC2989C) is unknown color: approx Careys Pink. HEX triplet: C2, 98 and 9C. RGB value is (194,152,156). Sum of RGB (Red+Green+Blue) = 194+152+156=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2989C is #3D6763. Grayscale: #A5A5A5. Windows color (decimal): -4024164 or 10262722. OLE color: 10262722.

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

Color convert

RGB194152156-
CMYK00.220.200.24
HSL354.29º25.61%67.84%-
HSV(B)354.29º21.65%76.08%-
XYZ39.4836.3336.38-
YUV165.01122.91148.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=38.65%
G=30.28%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415215600.220.200.24354.2925.6167.84
HexC2989C01614181621a44
Octal302230234026243054232104
Binary1100001010011000100111000101101010011000101100010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2989C; }

 p { color: rgb(194,152,156); }

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

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

 a { background-color: rgb(194,152,156); }

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

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

 span { border-color: rgb(194,152,156); }

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