#CCABA8

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

Shades of Cold Turkey #CCABA8

Tints of Cold Turkey #CCABA8

Color information

#CCABA8 (or 0xCCABA8) is unknown color: approx Cold Turkey. HEX triplet: CC, AB and A8. RGB value is (204,171,168). Sum of RGB (Red+Green+Blue) = 204+171+168=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABA8 is #335457. Grayscale: #B4B4B4. Windows color (decimal): -3363928 or 11054028. OLE color: 11054028.

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

Color convert

RGB204171168-
CMYK00.160.180.2
HSL26.09%72.94%-
HSV(B)17.65%80%-
XYZ46.5344.7943.24-
YUV180.52120.93144.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=37.57%
G=31.49%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417116800.160.180.2526.0972.94
HexCCABA8010121451a49
Octal3142532500202224532111
Binary1100110010101011101010000100001001010100101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABA8; }

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

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

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

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

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

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

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

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