#CCB6B4

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

Shades of Cold Turkey #CCB6B4

Tints of Cold Turkey #CCB6B4

Color information

#CCB6B4 (or 0xCCB6B4) is unknown color: approx Cold Turkey. HEX triplet: CC, B6 and B4. RGB value is (204,182,180). Sum of RGB (Red+Green+Blue) = 204+182+180=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B4 is #33494B. Grayscale: #BCBCBC. Windows color (decimal): -3361100 or 11843276. OLE color: 11843276.

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

Color convert

RGB204182180-
CMYK00.110.120.2
HSL19.05%75.29%-
HSV(B)11.76%80%-
XYZ49.8749.5950.12-
YUV188.35123.29139.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=36.04%
G=32.16%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418218000.110.120.2519.0575.29
HexCCB6B40BC145134b
Octal3142662640131424523113
Binary11001100101101101011010001011110010100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6B4; }

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

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

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

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

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

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

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

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