#CCC1AE

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

Shades of Soft Amber #CCC1AE

Tints of Soft Amber #CCC1AE

Color information

#CCC1AE (or 0xCCC1AE) is unknown color: approx Soft Amber. HEX triplet: CC, C1 and AE. RGB value is (204,193,174). Sum of RGB (Red+Green+Blue) = 204+193+174=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AE is #333E51. Grayscale: #C2C2C2. Windows color (decimal): -3358290 or 11452876. OLE color: 11452876.

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

Color convert

RGB204193174-
CMYK00.050.150.2
HSL38º22.73%74.12%-
HSV(B)38º14.71%80%-
XYZ51.6154.0347.75-
YUV194.12116.64135.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=35.73%
G=33.80%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419317400.050.150.23822.7374.12
HexCCC1AE05F1426174a
Octal3143012560517244627112
Binary1100110011000001101011100101111110100100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1AE; }

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

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

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

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

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

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

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

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