#CCC0AD

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

Shades of Soft Amber #CCC0AD

Tints of Soft Amber #CCC0AD

Color information

#CCC0AD (or 0xCCC0AD) is unknown color: approx Soft Amber. HEX triplet: CC, C0 and AD. RGB value is (204,192,173). Sum of RGB (Red+Green+Blue) = 204+192+173=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AD is #333F52. Grayscale: #C1C1C1. Windows color (decimal): -3358547 or 11387084. OLE color: 11387084.

HSL color Cylindrical-coordinate representation of color #CCC0AD: hue angle of 36.77º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC0AD is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204192173-
CMYK00.060.150.2
HSL36.77º23.31%73.92%-
HSV(B)36.77º15.2%80%-
XYZ51.2953.5547.17-
YUV193.42116.48135.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=35.85%
G=33.74%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419217300.060.150.236.7723.3173.92
HexCCC0AD06F1425174a
Octal3143002550617244527112
Binary1100110011000000101011010110111110100100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0AD; }

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

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

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

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

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

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

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

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