#CDC0A9

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

Shades of Soft Amber #CDC0A9

Tints of Soft Amber #CDC0A9

Color information

#CDC0A9 (or 0xCDC0A9) is unknown color: approx Soft Amber. HEX triplet: CD, C0 and A9. RGB value is (205,192,169). Sum of RGB (Red+Green+Blue) = 205+192+169=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0A9 is #323F56. Grayscale: #C1C1C1. Windows color (decimal): -3293015 or 11124941. OLE color: 11124941.

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

Color convert

RGB205192169-
CMYK00.060.180.20
HSL38.33º26.47%73.33%-
HSV(B)38.33º17.56%80.39%-
XYZ51.1953.5445.17-
YUV193.26114.31136.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 169 (66.41% from 255) = 29.86%
R=36.22%
G=33.92%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519216900.060.180.2038.3326.4773.33
HexCDC0A9061214261a49
Octal3153002510622244632111
Binary11001101110000001010100101101001010100100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0A9; }

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

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

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

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

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

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

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

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