#CA9D9F

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

Shades of Careys Pink #CA9D9F

Tints of Careys Pink #CA9D9F

Color information

#CA9D9F (or 0xCA9D9F) is unknown color: approx Careys Pink. HEX triplet: CA, 9D and 9F. RGB value is (202,157,159). Sum of RGB (Red+Green+Blue) = 202+157+159=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9D9F is #356260. Grayscale: #AAAAAA. Windows color (decimal): -3498593 or 10460618. OLE color: 10460618.

HSL color Cylindrical-coordinate representation of color #CA9D9F: hue angle of 357.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9D9F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202157159-
CMYK00.220.210.21
HSL357.33º29.8%70.39%-
HSV(B)357.33º22.28%79.22%-
XYZ42.6739.1738.11-
YUV170.68121.41150.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=39.00%
G=30.31%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215715900.220.210.21357.3329.870.39
HexCA9D9F01615151651e46
Octal312235237026252554536106
Binary1100101010011101100111110101101010110101101100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D9F; }

 p { color: rgb(202,157,159); }

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

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

 a { background-color: rgb(202,157,159); }

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

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

 span { border-color: rgb(202,157,159); }

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