#CCBBBA

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

Shades of Cold Turkey #CCBBBA

Tints of Cold Turkey #CCBBBA

Color information

#CCBBBA (or 0xCCBBBA) is unknown color: approx Cold Turkey. HEX triplet: CC, BB and BA. RGB value is (204,187,186). Sum of RGB (Red+Green+Blue) = 204+187+186=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBBA is #334445. Grayscale: #BFBFBF. Windows color (decimal): -3359814 or 12237772. OLE color: 12237772.

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

Color convert

RGB204187186-
CMYK00.080.090.2
HSL3.33º15%76.47%-
HSV(B)3.33º8.82%80%-
XYZ51.5451.9253.76-
YUV191.97124.63136.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=35.36%
G=32.41%
B=32.24%

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
Decimal20418718600.080.090.23.331576.47
HexCCBBBA089143f4c
Octal3142732720101124317114
Binary110011001011101110111010010001001101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBBA; }

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

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

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

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

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

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

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

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