#CAA5AB

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

Shades of Careys Pink #CAA5AB

Tints of Careys Pink #CAA5AB

Color information

#CAA5AB (or 0xCAA5AB) is unknown color: approx Careys Pink. HEX triplet: CA, A5 and AB. RGB value is (202,165,171). Sum of RGB (Red+Green+Blue) = 202+165+171=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA5AB is #355A54. Grayscale: #B0B0B0. Windows color (decimal): -3496533 or 11249098. OLE color: 11249098.

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

Color convert

RGB202165171-
CMYK00.180.150.21
HSL350.27º25.87%71.96%-
HSV(B)350.27º18.32%79.22%-
XYZ45.1642.4144.33-
YUV176.75124.76146.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=37.55%
G=30.67%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216517100.180.150.21350.2725.8771.96
HexCAA5AB012F1515e1a48
Octal312245253022172553632110
Binary110010101010010110101011010010111110101101011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5AB; }

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

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

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

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

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

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

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

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