#CDC5A7

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

Shades of Parchment #CDC5A7

Tints of Parchment #CDC5A7

Color information

#CDC5A7 (or 0xCDC5A7) is unknown color: approx Parchment. HEX triplet: CD, C5 and A7. RGB value is (205,197,167). Sum of RGB (Red+Green+Blue) = 205+197+167=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5A7 is #323A58. Grayscale: #C4C4C4. Windows color (decimal): -3291737 or 10995149. OLE color: 10995149.

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

Color convert

RGB205197167-
CMYK00.040.190.20
HSL47.37º27.54%72.94%-
HSV(B)47.37º18.54%80.39%-
XYZ52.1255.744.56-
YUV195.97111.65134.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 167 (65.62% from 255) = 29.35%
R=36.03%
G=34.62%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519716700.040.190.2047.3727.5472.94
HexCDC5A70413142f1c49
Octal3153052470423245734111
Binary11001101110001011010011101001001110100101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5A7; }

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

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

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

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

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

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

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

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