#CA9DAA

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

Shades of Careys Pink #CA9DAA

Tints of Careys Pink #CA9DAA

Color information

#CA9DAA (or 0xCA9DAA) is unknown color: approx Careys Pink. HEX triplet: CA, 9D and AA. RGB value is (202,157,170). Sum of RGB (Red+Green+Blue) = 202+157+170=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9DAA is #356255. Grayscale: #ABABAB. Windows color (decimal): -3498582 or 11181514. OLE color: 11181514.

HSL color Cylindrical-coordinate representation of color #CA9DAA: hue angle of 342.67º 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 #CA9DAA is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202157170-
CMYK00.220.160.21
HSL342.67º29.8%70.39%-
HSV(B)342.67º22.28%79.22%-
XYZ43.6739.5743.37-
YUV171.94126.91149.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=38.19%
G=29.68%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215717000.220.160.21342.6729.870.39
HexCA9DAA01610151571e46
Octal312235252026202552736106
Binary1100101010011101101010100101101000010101101010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DAA; }

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

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

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

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

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

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

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

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