#CDC1AC

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

Shades of Soft Amber #CDC1AC

Tints of Soft Amber #CDC1AC

Color information

#CDC1AC (or 0xCDC1AC) is unknown color: approx Soft Amber. HEX triplet: CD, C1 and AC. RGB value is (205,193,172). Sum of RGB (Red+Green+Blue) = 205+193+172=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC1AC is #323E53. Grayscale: #C2C2C2. Windows color (decimal): -3292756 or 11321805. OLE color: 11321805.

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

Color convert

RGB205193172-
CMYK00.060.160.20
HSL38.18º24.81%73.92%-
HSV(B)38.18º16.1%80.39%-
XYZ51.6954.146.75-
YUV194.19115.48135.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=35.96%
G=33.86%
B=30.18%

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
Decimal20519317200.060.160.2038.1824.8173.92
HexCDC1AC06101426194a
Octal3153012540620244631112
Binary11001101110000011010110001101000010100100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1AC; }

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

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

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

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

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

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

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

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