#CBBCB9

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

Shades of Cold Turkey #CBBCB9

Tints of Cold Turkey #CBBCB9

Color information

#CBBCB9 (or 0xCBBCB9) is unknown color: approx Cold Turkey. HEX triplet: CB, BC and B9. RGB value is (203,188,185). Sum of RGB (Red+Green+Blue) = 203+188+185=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCB9 is #344346. Grayscale: #C0C0C0. Windows color (decimal): -3425095 or 12172491. OLE color: 12172491.

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

Color convert

RGB203188185-
CMYK00.070.090.20
HSL10º14.75%76.08%-
HSV(B)10º8.87%79.61%-
XYZ51.3752.1753.26-
YUV192.14123.97135.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=35.24%
G=32.64%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318818500.070.090.201014.7576.08
HexCBBCB907914af4c
Octal3132742710711241217114
Binary1100101110111100101110010111100110100101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCB9; }

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

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

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

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

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

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

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

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