#CDC5AA

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

Shades of Parchment #CDC5AA

Tints of Parchment #CDC5AA

Color information

#CDC5AA (or 0xCDC5AA) is unknown color: approx Parchment. HEX triplet: CD, C5 and AA. RGB value is (205,197,170). Sum of RGB (Red+Green+Blue) = 205+197+170=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5AA is #323A55. Grayscale: #C4C4C4. Windows color (decimal): -3291734 or 11191757. OLE color: 11191757.

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

Color convert

RGB205197170-
CMYK00.040.170.20
HSL46.29º25.93%73.53%-
HSV(B)46.29º17.07%80.39%-
XYZ52.455.8146.04-
YUV196.31113.15134.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=35.84%
G=34.44%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519717000.040.170.2046.2925.9373.53
HexCDC5AA0411142e1a4a
Octal3153052520421245632112
Binary11001101110001011010101001001000110100101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5AA; }

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

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

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

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

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

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

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

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