#CAB5B1

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

Shades of Cold Turkey #CAB5B1

Tints of Cold Turkey #CAB5B1

Color information

#CAB5B1 (or 0xCAB5B1) is unknown color: approx Cold Turkey. HEX triplet: CA, B5 and B1. RGB value is (202,181,177). Sum of RGB (Red+Green+Blue) = 202+181+177=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5B1 is #354A4E. Grayscale: #BABABA. Windows color (decimal): -3492431 or 11646410. OLE color: 11646410.

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

Color convert

RGB202181177-
CMYK00.100.120.21
HSL9.6º19.08%74.31%-
HSV(B)9.6º12.38%79.22%-
XYZ48.8248.7848.44-
YUV186.82122.46138.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=36.07%
G=32.32%
B=31.61%

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
Decimal20218117700.100.120.219.619.0874.31
HexCAB5B10AC15a134a
Octal31226526101214251223112
Binary110010101011010110110001010101100101011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5B1; }

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

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

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

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

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

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

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

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