#CDC0AE

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

Shades of Soft Amber #CDC0AE

Tints of Soft Amber #CDC0AE

Color information

#CDC0AE (or 0xCDC0AE) is unknown color: approx Soft Amber. HEX triplet: CD, C0 and AE. RGB value is (205,192,174). Sum of RGB (Red+Green+Blue) = 205+192+174=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AE is #323F51. Grayscale: #C1C1C1. Windows color (decimal): -3293010 or 11452621. OLE color: 11452621.

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

Color convert

RGB205192174-
CMYK00.060.150.20
HSL34.84º23.66%74.31%-
HSV(B)34.84º15.12%80.39%-
XYZ51.6753.7347.69-
YUV193.84116.81135.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=35.90%
G=33.63%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519217400.060.150.2034.8423.6674.31
HexCDC0AE06F1423184a
Octal3153002560617244330112
Binary1100110111000000101011100110111110100100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0AE; }

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

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

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

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

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

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

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

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