#CCBCBB

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

Shades of Cold Turkey #CCBCBB

Tints of Cold Turkey #CCBCBB

Color information

#CCBCBB (or 0xCCBCBB) is unknown color: approx Cold Turkey. HEX triplet: CC, BC and BB. RGB value is (204,188,187). Sum of RGB (Red+Green+Blue) = 204+188+187=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCBB is #334344. Grayscale: #C0C0C0. Windows color (decimal): -3359557 or 12303564. OLE color: 12303564.

HSL color Cylindrical-coordinate representation of color #CCBCBB: hue angle of 3.53º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBCBB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204188187-
CMYK00.080.080.2
HSL3.53º14.29%76.67%-
HSV(B)3.53º8.33%80%-
XYZ51.8552.3954.39-
YUV192.67124.8136.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=35.23%
G=32.47%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418818700.080.080.23.5314.2976.67
HexCCBCBB088144e4d
Octal3142742730101024416115
Binary1100110010111100101110110100010001010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCBB; }

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

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

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

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

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

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

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

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