#CDC0AD

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

Shades of Soft Amber #CDC0AD

Tints of Soft Amber #CDC0AD

Color information

#CDC0AD (or 0xCDC0AD) is unknown color: approx Soft Amber. HEX triplet: CD, C0 and AD. RGB value is (205,192,173). Sum of RGB (Red+Green+Blue) = 205+192+173=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AD is #323F52. Grayscale: #C1C1C1. Windows color (decimal): -3293011 or 11387085. OLE color: 11387085.

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

Color convert

RGB205192173-
CMYK00.060.160.20
HSL35.63º24.24%74.12%-
HSV(B)35.63º15.61%80.39%-
XYZ51.5753.747.18-
YUV193.72116.31136.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=35.96%
G=33.68%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519217300.060.160.2035.6324.2474.12
HexCDC0AD06101424184a
Octal3153002550620244430112
Binary11001101110000001010110101101000010100100100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0AD; }

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

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

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

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

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

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

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

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