#CDC0AC

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

Shades of Soft Amber #CDC0AC

Tints of Soft Amber #CDC0AC

Color information

#CDC0AC (or 0xCDC0AC) is unknown color: approx Soft Amber. HEX triplet: CD, C0 and AC. RGB value is (205,192,172). Sum of RGB (Red+Green+Blue) = 205+192+172=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AC is #323F53. Grayscale: #C1C1C1. Windows color (decimal): -3293012 or 11321549. OLE color: 11321549.

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

Color convert

RGB205192172-
CMYK00.060.160.20
HSL36.36º24.81%73.92%-
HSV(B)36.36º16.1%80.39%-
XYZ51.4753.6646.67-
YUV193.61115.81136.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=36.03%
G=33.74%
B=30.23%

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
Decimal20519217200.060.160.2036.3624.8173.92
HexCDC0AC06101424194a
Octal3153002540620244431112
Binary11001101110000001010110001101000010100100100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0AC; }

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

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

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

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

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

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

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

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