#CDC8AD

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

Shades of Parchment #CDC8AD

Tints of Parchment #CDC8AD

Color information

#CDC8AD (or 0xCDC8AD) is unknown color: approx Parchment. HEX triplet: CD, C8 and AD. RGB value is (205,200,173). Sum of RGB (Red+Green+Blue) = 205+200+173=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AD is #323752. Grayscale: #C6C6C6. Windows color (decimal): -3290963 or 11389133. OLE color: 11389133.

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

Color convert

RGB205200173-
CMYK00.020.160.20
HSL50.62º24.24%74.12%-
HSV(B)50.62º15.61%80.39%-
XYZ53.3757.347.78-
YUV198.42113.66132.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=35.47%
G=34.60%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520017300.020.160.2050.6224.2474.12
HexCDC8AD02101433184a
Octal3153102550220246330112
Binary1100110111001000101011010101000010100110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8AD; }

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

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

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

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

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

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

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

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