#CCB9B9

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

Shades of Cold Turkey #CCB9B9

Tints of Cold Turkey #CCB9B9

Color information

#CCB9B9 (or 0xCCB9B9) is unknown color: approx Cold Turkey. HEX triplet: CC, B9 and B9. RGB value is (204,185,185). Sum of RGB (Red+Green+Blue) = 204+185+185=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9B9 is #334646. Grayscale: #BEBEBE. Windows color (decimal): -3360327 or 12171724. OLE color: 12171724.

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

Color convert

RGB204185185-
CMYK00.090.090.2
HSL15.7%76.27%-
HSV(B)9.31%80%-
XYZ51.0151.0453.06-
YUV190.68124.79137.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=35.54%
G=32.23%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418518500.090.090.2015.776.27
HexCCB9B9099140104c
Octal3142712710111124020114
Binary110011001011100110111001010011001101000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9B9; }

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

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

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

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

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

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

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

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