#CCB7B6

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

Shades of Cold Turkey #CCB7B6

Tints of Cold Turkey #CCB7B6

Color information

#CCB7B6 (or 0xCCB7B6) is unknown color: approx Cold Turkey. HEX triplet: CC, B7 and B6. RGB value is (204,183,182). Sum of RGB (Red+Green+Blue) = 204+183+182=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7B6 is #334849. Grayscale: #BDBDBD. Windows color (decimal): -3360842 or 11974604. OLE color: 11974604.

HSL color Cylindrical-coordinate representation of color #CCB7B6: hue angle of 2.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB7B6 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204183182-
CMYK00.100.110.2
HSL2.73º17.74%75.69%-
HSV(B)2.73º10.78%80%-
XYZ50.2850.0851.27-
YUV189.16123.96138.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=35.85%
G=32.16%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418318200.100.110.22.7317.7475.69
HexCCB7B60AB143124c
Octal3142672660121324322114
Binary1100110010110111101101100101010111010011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7B6; }

 p { color: rgb(204,183,182); }

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

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

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

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

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

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

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