#CBB9B8

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

Shades of Cold Turkey #CBB9B8

Tints of Cold Turkey #CBB9B8

Color information

#CBB9B8 (or 0xCBB9B8) is unknown color: approx Cold Turkey. HEX triplet: CB, B9 and B8. RGB value is (203,185,184). Sum of RGB (Red+Green+Blue) = 203+185+184=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9B8 is #344647. Grayscale: #BEBEBE. Windows color (decimal): -3425864 or 12106187. OLE color: 12106187.

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

Color convert

RGB203185184-
CMYK00.090.090.20
HSL3.16º15.45%75.88%-
HSV(B)3.16º9.36%79.61%-
XYZ50.6350.8652.49-
YUV190.27124.46137.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=35.49%
G=32.34%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318518400.090.090.203.1615.4575.88
HexCBB9B8099143f4c
Octal3132712700111124317114
Binary110010111011100110111000010011001101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9B8; }

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

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

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

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

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

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

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

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