#CDC1A9

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

Shades of Soft Amber #CDC1A9

Tints of Soft Amber #CDC1A9

Color information

#CDC1A9 (or 0xCDC1A9) is unknown color: approx Soft Amber. HEX triplet: CD, C1 and A9. RGB value is (205,193,169). Sum of RGB (Red+Green+Blue) = 205+193+169=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC1A9 is #323E56. Grayscale: #C1C1C1. Windows color (decimal): -3292759 or 11125197. OLE color: 11125197.

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

Color convert

RGB205193169-
CMYK00.060.180.20
HSL40º26.47%73.33%-
HSV(B)40º17.56%80.39%-
XYZ51.4153.9845.25-
YUV193.85113.98135.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=36.16%
G=34.04%
B=29.81%

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
Decimal20519316900.060.180.204026.4773.33
HexCDC1A9061214281a49
Octal3153012510622245032111
Binary11001101110000011010100101101001010100101000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1A9; }

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

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

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

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

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

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

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

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