#CCBBB9

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

Shades of Cold Turkey #CCBBB9

Tints of Cold Turkey #CCBBB9

Color information

#CCBBB9 (or 0xCCBBB9) is unknown color: approx Cold Turkey. HEX triplet: CC, BB and B9. RGB value is (204,187,185). Sum of RGB (Red+Green+Blue) = 204+187+185=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBB9 is #334446. Grayscale: #BFBFBF. Windows color (decimal): -3359815 or 12172236. OLE color: 12172236.

HSL color Cylindrical-coordinate representation of color #CCBBB9: hue angle of 6.32º degrees, saturation: 0.16, 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 #CCBBB9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204187185-
CMYK00.080.090.2
HSL6.32º15.7%76.27%-
HSV(B)6.32º9.31%80%-
XYZ51.4351.8853.2-
YUV191.86124.13136.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=35.42%
G=32.47%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418718500.080.090.26.3215.776.27
HexCCBBB9089146104c
Octal3142732710101124620114
Binary11001100101110111011100101000100110100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBB9; }

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

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

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

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

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

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

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

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