#CDC5A9

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

Shades of Parchment #CDC5A9

Tints of Parchment #CDC5A9

Color information

#CDC5A9 (or 0xCDC5A9) is unknown color: approx Parchment. HEX triplet: CD, C5 and A9. RGB value is (205,197,169). Sum of RGB (Red+Green+Blue) = 205+197+169=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5A9 is #323A56. Grayscale: #C4C4C4. Windows color (decimal): -3291735 or 11126221. OLE color: 11126221.

HSL color Cylindrical-coordinate representation of color #CDC5A9: hue angle of 46.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC5A9 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205197169-
CMYK00.040.180.20
HSL46.67º26.47%73.33%-
HSV(B)46.67º17.56%80.39%-
XYZ52.355.7845.55-
YUV196.2112.65134.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=35.90%
G=34.50%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519716900.040.180.2046.6726.4773.33
HexCDC5A90412142f1a49
Octal3153052510422245732111
Binary11001101110001011010100101001001010100101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5A9; }

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

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

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

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

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

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

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

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