#CCC0A9

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

Shades of Soft Amber #CCC0A9

Tints of Soft Amber #CCC0A9

Color information

#CCC0A9 (or 0xCCC0A9) is unknown color: approx Soft Amber. HEX triplet: CC, C0 and A9. RGB value is (204,192,169). Sum of RGB (Red+Green+Blue) = 204+192+169=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0A9 is #333F56. Grayscale: #C1C1C1. Windows color (decimal): -3358551 or 11124940. OLE color: 11124940.

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

Color convert

RGB204192169-
CMYK00.060.170.2
HSL39.43º25.55%73.14%-
HSV(B)39.43º17.16%80%-
XYZ50.9153.445.16-
YUV192.97114.48135.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=36.11%
G=33.98%
B=29.91%

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
Decimal20419216900.060.170.239.4325.5573.14
HexCCC0A9061114271a49
Octal3143002510621244732111
Binary11001100110000001010100101101000110100100111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0A9; }

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

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

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

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

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

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

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

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