#CCB6B6

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

Shades of Cold Turkey #CCB6B6

Tints of Cold Turkey #CCB6B6

Color information

#CCB6B6 (or 0xCCB6B6) is unknown color: approx Cold Turkey. HEX triplet: CC, B6 and B6. RGB value is (204,182,182). Sum of RGB (Red+Green+Blue) = 204+182+182=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B6 is #334949. Grayscale: #BCBCBC. Windows color (decimal): -3361098 or 11974348. OLE color: 11974348.

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

Color convert

RGB204182182-
CMYK00.110.110.2
HSL17.74%75.69%-
HSV(B)10.78%80%-
XYZ50.0749.6751.2-
YUV188.58124.29139-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=35.92%
G=32.04%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418218200.110.110.2017.7475.69
HexCCB6B60BB140124c
Octal3142662660131324022114
Binary110011001011011010110110010111011101000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6B6; }

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

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

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

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

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

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

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

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