#CDC0AB

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

Shades of Soft Amber #CDC0AB

Tints of Soft Amber #CDC0AB

Color information

#CDC0AB (or 0xCDC0AB) is unknown color: approx Soft Amber. HEX triplet: CD, C0 and AB. RGB value is (205,192,171). Sum of RGB (Red+Green+Blue) = 205+192+171=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AB is #323F54. Grayscale: #C1C1C1. Windows color (decimal): -3293013 or 11256013. OLE color: 11256013.

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

Color convert

RGB205192171-
CMYK00.060.170.20
HSL37.06º25.37%73.73%-
HSV(B)37.06º16.59%80.39%-
XYZ51.3853.6246.17-
YUV193.49115.31136.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=36.09%
G=33.80%
B=30.11%

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
Decimal20519217100.060.170.2037.0625.3773.73
HexCDC0AB06111425194a
Octal3153002530621244531112
Binary11001101110000001010101101101000110100100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0AB; }

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

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

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

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

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

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

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

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