#CBB9B6

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

Shades of Cold Turkey #CBB9B6

Tints of Cold Turkey #CBB9B6

Color information

#CBB9B6 (or 0xCBB9B6) is unknown color: approx Cold Turkey. HEX triplet: CB, B9 and B6. RGB value is (203,185,182). Sum of RGB (Red+Green+Blue) = 203+185+182=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9B6 is #344649. Grayscale: #BEBEBE. Windows color (decimal): -3425866 or 11975115. OLE color: 11975115.

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

Color convert

RGB203185182-
CMYK00.090.100.20
HSL8.57º16.8%75.49%-
HSV(B)8.57º10.34%79.61%-
XYZ50.4250.7751.4-
YUV190.04123.46137.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=35.61%
G=32.46%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318518200.090.100.208.5716.875.49
HexCBB9B609A149114b
Octal31327126601112241121113
Binary110010111011100110110110010011010101001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9B6; }

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

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

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

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

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

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

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

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