#CDC5AE

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

Shades of Parchment #CDC5AE

Tints of Parchment #CDC5AE

Color information

#CDC5AE (or 0xCDC5AE) is unknown color: approx Parchment. HEX triplet: CD, C5 and AE. RGB value is (205,197,174). Sum of RGB (Red+Green+Blue) = 205+197+174=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5AE is #323A51. Grayscale: #C4C4C4. Windows color (decimal): -3291730 or 11453901. OLE color: 11453901.

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

Color convert

RGB205197174-
CMYK00.040.150.20
HSL44.52º23.66%74.31%-
HSV(B)44.52º15.12%80.39%-
XYZ52.7855.9748.07-
YUV196.77115.15133.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=35.59%
G=34.20%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519717400.040.150.2044.5223.6674.31
HexCDC5AE04F142d184a
Octal3153052560417245530112
Binary1100110111000101101011100100111110100101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5AE; }

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

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

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

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

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

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

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

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