#CCC0AE

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

Shades of Soft Amber #CCC0AE

Tints of Soft Amber #CCC0AE

Color information

#CCC0AE (or 0xCCC0AE) is unknown color: approx Soft Amber. HEX triplet: CC, C0 and AE. RGB value is (204,192,174). Sum of RGB (Red+Green+Blue) = 204+192+174=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AE is #333F51. Grayscale: #C1C1C1. Windows color (decimal): -3358546 or 11452620. OLE color: 11452620.

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

Color convert

RGB204192174-
CMYK00.060.150.2
HSL36º22.73%74.12%-
HSV(B)36º14.71%80%-
XYZ51.3953.5947.68-
YUV193.54116.98135.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=35.79%
G=33.68%
B=30.53%

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
Decimal20419217400.060.150.23622.7374.12
HexCCC0AE06F1424174a
Octal3143002560617244427112
Binary1100110011000000101011100110111110100100100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0AE; }

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

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

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

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

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

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

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

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