#CCACAA

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

Shades of Cold Turkey #CCACAA

Tints of Cold Turkey #CCACAA

Color information

#CCACAA (or 0xCCACAA) is unknown color: approx Cold Turkey. HEX triplet: CC, AC and AA. RGB value is (204,172,170). Sum of RGB (Red+Green+Blue) = 204+172+170=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACAA is #335355. Grayscale: #B5B5B5. Windows color (decimal): -3363670 or 11185356. OLE color: 11185356.

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

Color convert

RGB204172170-
CMYK00.160.170.2
HSL3.53º25%73.33%-
HSV(B)3.53º16.67%80%-
XYZ46.9145.2444.29-
YUV181.34121.6144.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=37.36%
G=31.50%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417217000.160.170.23.532573.33
HexCCACAA010111441949
Octal3142542520202124431111
Binary1100110010101100101010100100001000110100100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACAA; }

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

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

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

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

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

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

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

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