#CDC0AA

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

Shades of Soft Amber #CDC0AA

Tints of Soft Amber #CDC0AA

Color information

#CDC0AA (or 0xCDC0AA) is unknown color: approx Soft Amber. HEX triplet: CD, C0 and AA. RGB value is (205,192,170). Sum of RGB (Red+Green+Blue) = 205+192+170=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AA is #323F55. Grayscale: #C1C1C1. Windows color (decimal): -3293014 or 11190477. OLE color: 11190477.

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

Color convert

RGB205192170-
CMYK00.060.170.20
HSL37.71º25.93%73.53%-
HSV(B)37.71º17.07%80.39%-
XYZ51.2853.5845.67-
YUV193.38114.81136.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=36.16%
G=33.86%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519217000.060.170.2037.7125.9373.53
HexCDC0AA061114261a4a
Octal3153002520621244632112
Binary11001101110000001010101001101000110100100110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0AA; }

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

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

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

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

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

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

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

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