#CCC0A8

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

Shades of Soft Amber #CCC0A8

Tints of Soft Amber #CCC0A8

Color information

#CCC0A8 (or 0xCCC0A8) is unknown color: approx Soft Amber. HEX triplet: CC, C0 and A8. RGB value is (204,192,168). Sum of RGB (Red+Green+Blue) = 204+192+168=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0A8 is #333F57. Grayscale: #C0C0C0. Windows color (decimal): -3358552 or 11059404. OLE color: 11059404.

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

Color convert

RGB204192168-
CMYK00.060.180.2
HSL40º26.09%72.94%-
HSV(B)40º17.65%80%-
XYZ50.8253.3644.67-
YUV192.85113.98135.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 168 (66.02% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419216800.060.180.24026.0972.94
HexCCC0A8061214281a49
Octal3143002500622245032111
Binary11001100110000001010100001101001010100101000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0A8; }

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

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

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

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

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

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

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

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