#CCC0AA

Color #CCC0AA Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #CCC0AA

Tints of Soft Amber #CCC0AA

Color information

#CCC0AA (or 0xCCC0AA) is unknown color: approx Soft Amber. HEX triplet: CC, C0 and AA. RGB value is (204,192,170). Sum of RGB (Red+Green+Blue) = 204+192+170=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AA is #333F55. Grayscale: #C1C1C1. Windows color (decimal): -3358550 or 11190476. OLE color: 11190476.

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

Color convert

RGB204192170-
CMYK00.060.170.2
HSL38.82º25%73.33%-
HSV(B)38.82º16.67%80%-
XYZ51.0153.4445.66-
YUV193.08114.98135.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=36.04%
G=33.92%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419217000.060.170.238.822573.33
HexCCC0AA061114271949
Octal3143002520621244731111
Binary11001100110000001010101001101000110100100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0AA; }

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

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

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

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

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

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

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

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