#CAB5B2

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

Shades of Cold Turkey #CAB5B2

Tints of Cold Turkey #CAB5B2

Color information

#CAB5B2 (or 0xCAB5B2) is unknown color: approx Cold Turkey. HEX triplet: CA, B5 and B2. RGB value is (202,181,178). Sum of RGB (Red+Green+Blue) = 202+181+178=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5B2 is #354A4D. Grayscale: #BABABA. Windows color (decimal): -3492430 or 11711946. OLE color: 11711946.

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

Color convert

RGB202181178-
CMYK00.100.120.21
HSL7.5º18.46%74.51%-
HSV(B)7.5º11.88%79.22%-
XYZ48.9248.8248.96-
YUV186.94122.96138.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 178 (69.92% from 255) = 31.73%
R=36.01%
G=32.26%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218117800.100.120.217.518.4674.51
HexCAB5B20AC158124b
Octal31226526201214251022113
Binary110010101011010110110010010101100101011000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5B2; }

 p { color: rgb(202,181,178); }

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

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

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

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

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

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

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