#CDC5AC

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

Shades of Parchment #CDC5AC

Tints of Parchment #CDC5AC

Color information

#CDC5AC (or 0xCDC5AC) is unknown color: approx Parchment. HEX triplet: CD, C5 and AC. RGB value is (205,197,172). Sum of RGB (Red+Green+Blue) = 205+197+172=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5AC is #323A53. Grayscale: #C4C4C4. Windows color (decimal): -3291732 or 11322829. OLE color: 11322829.

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

Color convert

RGB205197172-
CMYK00.040.160.20
HSL45.45º24.81%73.92%-
HSV(B)45.45º16.1%80.39%-
XYZ52.5955.8947.05-
YUV196.54114.15134.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=35.71%
G=34.32%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519717200.040.160.2045.4524.8173.92
HexCDC5AC0410142d194a
Octal3153052540420245531112
Binary11001101110001011010110001001000010100101101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5AC; }

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

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

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

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

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

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

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

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