#CAA7B0

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

Shades of Careys Pink #CAA7B0

Tints of Careys Pink #CAA7B0

Color information

#CAA7B0 (or 0xCAA7B0) is unknown color: approx Careys Pink. HEX triplet: CA, A7 and B0. RGB value is (202,167,176). Sum of RGB (Red+Green+Blue) = 202+167+176=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA7B0 is #35584F. Grayscale: #B2B2B2. Windows color (decimal): -3496016 or 11577290. OLE color: 11577290.

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

Color convert

RGB202167176-
CMYK00.170.130.21
HSL344.57º24.82%72.35%-
HSV(B)344.57º17.33%79.22%-
XYZ46.0143.3347.01-
YUV178.49126.6144.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=37.06%
G=30.64%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216717600.170.130.21344.5724.8272.35
HexCAA7B0011D151591948
Octal312247260021152553131110
Binary110010101010011110110000010001110110101101011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7B0; }

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

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

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

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

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

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

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

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