#CAABAB

Color #CAABAB Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #CAABAB

Tints of Cold Turkey #CAABAB

Color information

#CAABAB (or 0xCAABAB) is unknown color: approx Cold Turkey. HEX triplet: CA, AB and AB. RGB value is (202,171,171). Sum of RGB (Red+Green+Blue) = 202+171+171=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABAB is #355454. Grayscale: #B4B4B4. Windows color (decimal): -3494997 or 11250634. OLE color: 11250634.

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

Color convert

RGB202171171-
CMYK00.150.150.21
HSL22.63%73.14%-
HSV(B)15.35%79.22%-
XYZ46.2744.6244.7-
YUV180.27122.77143.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=37.13%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217117100.150.150.21022.6373.14
HexCAABAB0FF1501749
Octal3122532530171725027111
Binary110010101010101110101011011111111101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABAB; }

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

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

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

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

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

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

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

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