#CAB7B2

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

Shades of Cold Turkey #CAB7B2

Tints of Cold Turkey #CAB7B2

Color information

#CAB7B2 (or 0xCAB7B2) is unknown color: approx Cold Turkey. HEX triplet: CA, B7 and B2. RGB value is (202,183,178). Sum of RGB (Red+Green+Blue) = 202+183+178=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7B2 is #35484D. Grayscale: #BCBCBC. Windows color (decimal): -3491918 or 11712458. OLE color: 11712458.

HSL color Cylindrical-coordinate representation of color #CAB7B2: hue angle of 12.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 #CAB7B2 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202183178-
CMYK00.090.120.21
HSL12.5º18.46%74.51%-
HSV(B)12.5º11.88%79.22%-
XYZ49.3349.6449.1-
YUV188.11122.29137.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 178 (69.92% from 255) = 31.62%
R=35.88%
G=32.50%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218317800.090.120.2112.518.4674.51
HexCAB7B209C15d124b
Octal31226726201114251522113
Binary110010101011011110110010010011100101011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7B2; }

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

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

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

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

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

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

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

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