#CAA5A6

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

Shades of Careys Pink #CAA5A6

Tints of Careys Pink #CAA5A6

Color information

#CAA5A6 (or 0xCAA5A6) is unknown color: approx Careys Pink. HEX triplet: CA, A5 and A6. RGB value is (202,165,166). Sum of RGB (Red+Green+Blue) = 202+165+166=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA5A6 is #355A59. Grayscale: #B0B0B0. Windows color (decimal): -3496538 or 10921418. OLE color: 10921418.

HSL color Cylindrical-coordinate representation of color #CAA5A6: hue angle of 358.38º degrees, saturation: 0.26, 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 #CAA5A6 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202165166-
CMYK00.180.180.21
HSL358.38º25.87%71.96%-
HSV(B)358.38º18.32%79.22%-
XYZ44.742.2241.87-
YUV176.18122.26146.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=37.90%
G=30.96%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216516600.180.180.21358.3825.8771.96
HexCAA5A601212151661a48
Octal312245246022222554632110
Binary1100101010100101101001100100101001010101101100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5A6; }

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

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

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

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

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

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

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

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