#CDC1AA

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

Shades of Soft Amber #CDC1AA

Tints of Soft Amber #CDC1AA

Color information

#CDC1AA (or 0xCDC1AA) is unknown color: approx Soft Amber. HEX triplet: CD, C1 and AA. RGB value is (205,193,170). Sum of RGB (Red+Green+Blue) = 205+193+170=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC1AA is #323E55. Grayscale: #C2C2C2. Windows color (decimal): -3292758 or 11190733. OLE color: 11190733.

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

Color convert

RGB205193170-
CMYK00.060.170.20
HSL39.43º25.93%73.53%-
HSV(B)39.43º17.07%80.39%-
XYZ51.554.0245.74-
YUV193.97114.48135.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=36.09%
G=33.98%
B=29.93%

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
Decimal20519317000.060.170.2039.4325.9373.53
HexCDC1AA061114271a4a
Octal3153012520621244732112
Binary11001101110000011010101001101000110100100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1AA; }

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

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

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

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

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

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

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

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