#CAA0AE

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

Shades of Careys Pink #CAA0AE

Tints of Careys Pink #CAA0AE

Color information

#CAA0AE (or 0xCAA0AE) is unknown color: approx Careys Pink. HEX triplet: CA, A0 and AE. RGB value is (202,160,174). Sum of RGB (Red+Green+Blue) = 202+160+174=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA0AE is #355F51. Grayscale: #AEAEAE. Windows color (decimal): -3497810 or 11444426. OLE color: 11444426.

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

Color convert

RGB202160174-
CMYK00.210.140.21
HSL340º28.38%70.98%-
HSV(B)340º20.79%79.22%-
XYZ44.5740.7545.56-
YUV174.15127.91147.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=37.69%
G=29.85%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216017400.210.140.2134028.3870.98
HexCAA0AE015E151541c47
Octal312240256025162552434107
Binary110010101010000010101110010101111010101101010100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0AE; }

 p { color: rgb(202,160,174); }

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

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

 a { background-color: rgb(202,160,174); }

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

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

 span { border-color: rgb(202,160,174); }

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