#CABBB9

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

Shades of Cold Turkey #CABBB9

Tints of Cold Turkey #CABBB9

Color information

#CABBB9 (or 0xCABBB9) is unknown color: approx Cold Turkey. HEX triplet: CA, BB and B9. RGB value is (202,187,185). Sum of RGB (Red+Green+Blue) = 202+187+185=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBB9 is #354446. Grayscale: #BFBFBF. Windows color (decimal): -3490887 or 12172234. OLE color: 12172234.

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

Color convert

RGB202187185-
CMYK00.070.080.21
HSL7.06º13.82%75.88%-
HSV(B)7.06º8.42%79.22%-
XYZ50.8851.653.18-
YUV191.26124.47135.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=35.19%
G=32.58%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218718500.070.080.217.0613.8275.88
HexCABBB9078157e4c
Octal312273271071025716114
Binary110010101011101110111001011110001010111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBB9; }

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

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

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

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

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

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

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

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