#CCABAA

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

Shades of Cold Turkey #CCABAA

Tints of Cold Turkey #CCABAA

Color information

#CCABAA (or 0xCCABAA) is unknown color: approx Cold Turkey. HEX triplet: CC, AB and AA. RGB value is (204,171,170). Sum of RGB (Red+Green+Blue) = 204+171+170=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABAA is #335455. Grayscale: #B4B4B4. Windows color (decimal): -3363926 or 11185100. OLE color: 11185100.

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

Color convert

RGB204171170-
CMYK00.160.170.2
HSL1.76º25%73.33%-
HSV(B)1.76º16.67%80%-
XYZ46.7244.8744.23-
YUV180.75121.93144.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=37.43%
G=31.38%
B=31.19%

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
Decimal20417117000.160.170.21.762573.33
HexCCABAA010111421949
Octal3142532520202124231111
Binary110011001010101110101010010000100011010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABAA; }

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

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

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

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

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

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

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

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