#CBBBB9

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

Shades of Cold Turkey #CBBBB9

Tints of Cold Turkey #CBBBB9

Color information

#CBBBB9 (or 0xCBBBB9) is unknown color: approx Cold Turkey. HEX triplet: CB, BB and B9. RGB value is (203,187,185). Sum of RGB (Red+Green+Blue) = 203+187+185=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBB9 is #344446. Grayscale: #BFBFBF. Windows color (decimal): -3425351 or 12172235. OLE color: 12172235.

HSL color Cylindrical-coordinate representation of color #CBBBB9: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBBB9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203187185-
CMYK00.080.090.20
HSL6.67º14.75%76.08%-
HSV(B)6.67º8.87%79.61%-
XYZ51.1651.7453.19-
YUV191.56124.3136.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=35.30%
G=32.52%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318718500.080.090.206.6714.7576.08
HexCBBBB9089147f4c
Octal3132732710101124717114
Binary1100101110111011101110010100010011010011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBB9; }

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

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

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

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

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

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

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

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