#CCAAA8

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

Shades of Cold Turkey #CCAAA8

Tints of Cold Turkey #CCAAA8

Color information

#CCAAA8 (or 0xCCAAA8) is unknown color: approx Cold Turkey. HEX triplet: CC, AA and A8. RGB value is (204,170,168). Sum of RGB (Red+Green+Blue) = 204+170+168=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAA8 is #335557. Grayscale: #B3B3B3. Windows color (decimal): -3364184 or 11053772. OLE color: 11053772.

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

Color convert

RGB204170168-
CMYK00.170.180.2
HSL3.33º26.09%72.94%-
HSV(B)3.33º17.65%80%-
XYZ46.3444.4143.18-
YUV179.94121.26145.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=37.64%
G=31.37%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417016800.170.180.23.3326.0972.94
HexCCAAA8011121431a49
Octal3142522500212224332111
Binary110011001010101010101000010001100101010011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAA8; }

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

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

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

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

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

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

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

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