#CAB7B6

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

Shades of Cold Turkey #CAB7B6

Tints of Cold Turkey #CAB7B6

Color information

#CAB7B6 (or 0xCAB7B6) is unknown color: approx Cold Turkey. HEX triplet: CA, B7 and B6. RGB value is (202,183,182). Sum of RGB (Red+Green+Blue) = 202+183+182=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7B6 is #354849. Grayscale: #BCBCBC. Windows color (decimal): -3491914 or 11974602. OLE color: 11974602.

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

Color convert

RGB202183182-
CMYK00.090.100.21
HSL15.87%75.29%-
HSV(B)9.9%79.22%-
XYZ49.7349.851.25-
YUV188.57124.29137.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=35.63%
G=32.28%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218318200.090.100.21315.8775.29
HexCAB7B609A153104b
Octal3122672660111225320113
Binary1100101010110111101101100100110101010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7B6; }

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

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

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

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

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

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

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

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