#CAA7AB

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

Shades of Careys Pink #CAA7AB

Tints of Careys Pink #CAA7AB

Color information

#CAA7AB (or 0xCAA7AB) is unknown color: approx Careys Pink. HEX triplet: CA, A7 and AB. RGB value is (202,167,171). Sum of RGB (Red+Green+Blue) = 202+167+171=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA7AB is #355854. Grayscale: #B1B1B1. Windows color (decimal): -3496021 or 11249610. OLE color: 11249610.

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

Color convert

RGB202167171-
CMYK00.170.150.21
HSL353.14º24.82%72.35%-
HSV(B)353.14º17.33%79.22%-
XYZ45.5343.1344.45-
YUV177.92124.1145.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=37.41%
G=30.93%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216717100.170.150.21353.1424.8272.35
HexCAA7AB011F151611948
Octal312247253021172554131110
Binary110010101010011110101011010001111110101101100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7AB; }

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

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

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

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

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

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

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

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