#CCACAB

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

Shades of Cold Turkey #CCACAB

Tints of Cold Turkey #CCACAB

Color information

#CCACAB (or 0xCCACAB) is unknown color: approx Cold Turkey. HEX triplet: CC, AC and AB. RGB value is (204,172,171). Sum of RGB (Red+Green+Blue) = 204+172+171=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACAB is #335354. Grayscale: #B5B5B5. Windows color (decimal): -3363669 or 11250892. OLE color: 11250892.

HSL color Cylindrical-coordinate representation of color #CCACAB: hue angle of 1.82º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACAB is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204172171-
CMYK00.160.160.2
HSL1.82º24.44%73.53%-
HSV(B)1.82º16.18%80%-
XYZ47.0145.2844.79-
YUV181.45122.1144.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=37.29%
G=31.44%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417217100.160.160.21.8224.4473.53
HexCCACAB01010142184a
Octal3142542530202024230112
Binary110011001010110010101011010000100001010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACAB; }

 p { color: rgb(204,172,171); }

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

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

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

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

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

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

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