#CABBB7

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

Shades of Cold Turkey #CABBB7

Tints of Cold Turkey #CABBB7

Color information

#CABBB7 (or 0xCABBB7) is unknown color: approx Cold Turkey. HEX triplet: CA, BB and B7. RGB value is (202,187,183). Sum of RGB (Red+Green+Blue) = 202+187+183=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBB7 is #354448. Grayscale: #BFBFBF. Windows color (decimal): -3490889 or 12041162. OLE color: 12041162.

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

Color convert

RGB202187183-
CMYK00.070.090.21
HSL12.63º15.2%75.49%-
HSV(B)12.63º9.41%79.22%-
XYZ50.6751.5252.07-
YUV191.03123.47135.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=35.31%
G=32.69%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218718300.070.090.2112.6315.275.49
HexCABBB707915df4b
Octal3122732670711251517113
Binary1100101010111011101101110111100110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBB7; }

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

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

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

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

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

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

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

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