#CCBCB9

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

Shades of Cold Turkey #CCBCB9

Tints of Cold Turkey #CCBCB9

Color information

#CCBCB9 (or 0xCCBCB9) is unknown color: approx Cold Turkey. HEX triplet: CC, BC and B9. RGB value is (204,188,185). Sum of RGB (Red+Green+Blue) = 204+188+185=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCB9 is #334346. Grayscale: #C0C0C0. Windows color (decimal): -3359559 or 12172492. OLE color: 12172492.

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

Color convert

RGB204188185-
CMYK00.080.090.2
HSL9.47º15.7%76.27%-
HSV(B)9.47º9.31%80%-
XYZ51.6452.3153.27-
YUV192.44123.8136.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=35.36%
G=32.58%
B=32.06%

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
Decimal20418818500.080.090.29.4715.776.27
HexCCBCB9089149104c
Octal31427427101011241120114
Binary110011001011110010111001010001001101001001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCB9; }

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

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

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

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

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

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

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

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