#CDC8AE

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

Shades of Parchment #CDC8AE

Tints of Parchment #CDC8AE

Color information

#CDC8AE (or 0xCDC8AE) is unknown color: approx Parchment. HEX triplet: CD, C8 and AE. RGB value is (205,200,174). Sum of RGB (Red+Green+Blue) = 205+200+174=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AE is #323751. Grayscale: #C6C6C6. Windows color (decimal): -3290962 or 11454669. OLE color: 11454669.

HSL color Cylindrical-coordinate representation of color #CDC8AE: hue angle of 50.32º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDC8AE is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205200174-
CMYK00.020.150.20
HSL50.32º23.66%74.31%-
HSV(B)50.32º15.12%80.39%-
XYZ53.4757.3448.29-
YUV198.53114.16132.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=35.41%
G=34.54%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520017400.020.150.2050.3223.6674.31
HexCDC8AE02F1432184a
Octal3153102560217246230112
Binary110011011100100010101110010111110100110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8AE; }

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

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

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

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

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

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

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

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