#CDC5AD

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

Shades of Parchment #CDC5AD

Tints of Parchment #CDC5AD

Color information

#CDC5AD (or 0xCDC5AD) is unknown color: approx Parchment. HEX triplet: CD, C5 and AD. RGB value is (205,197,173). Sum of RGB (Red+Green+Blue) = 205+197+173=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5AD is #323A52. Grayscale: #C4C4C4. Windows color (decimal): -3291731 or 11388365. OLE color: 11388365.

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

Color convert

RGB205197173-
CMYK00.040.160.20
HSL45º24.24%74.12%-
HSV(B)45º15.61%80.39%-
XYZ52.6955.9347.55-
YUV196.66114.65133.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=35.65%
G=34.26%
B=30.09%

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
Decimal20519717300.040.160.204524.2474.12
HexCDC5AD0410142d184a
Octal3153052550420245530112
Binary11001101110001011010110101001000010100101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5AD; }

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

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

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

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

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

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

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

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