#CAA6AA

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

Shades of Careys Pink #CAA6AA

Tints of Careys Pink #CAA6AA

Color information

#CAA6AA (or 0xCAA6AA) is unknown color: approx Careys Pink. HEX triplet: CA, A6 and AA. RGB value is (202,166,170). Sum of RGB (Red+Green+Blue) = 202+166+170=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA6AA is #355955. Grayscale: #B1B1B1. Windows color (decimal): -3496278 or 11183818. OLE color: 11183818.

HSL color Cylindrical-coordinate representation of color #CAA6AA: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA6AA is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202166170-
CMYK00.180.160.21
HSL353.33º25.35%72.16%-
HSV(B)353.33º17.82%79.22%-
XYZ45.2542.7343.89-
YUV177.22123.93145.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=37.55%
G=30.86%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216617000.180.160.21353.3325.3572.16
HexCAA6AA01210151611948
Octal312246252022202554131110
Binary1100101010100110101010100100101000010101101100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6AA; }

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

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

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

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

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

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

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

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