#CDC8AA

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

Shades of Parchment #CDC8AA

Tints of Parchment #CDC8AA

Color information

#CDC8AA (or 0xCDC8AA) is unknown color: approx Parchment. HEX triplet: CD, C8 and AA. RGB value is (205,200,170). Sum of RGB (Red+Green+Blue) = 205+200+170=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AA is #323755. Grayscale: #C6C6C6. Windows color (decimal): -3290966 or 11192525. OLE color: 11192525.

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

Color convert

RGB205200170-
CMYK00.020.170.20
HSL51.43º25.93%73.53%-
HSV(B)51.43º17.07%80.39%-
XYZ53.0957.1946.27-
YUV198.08112.16132.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=35.65%
G=34.78%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520017000.020.170.2051.4325.9373.53
HexCDC8AA021114331a4a
Octal3153102520221246332112
Binary1100110111001000101010100101000110100110011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8AA; }

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

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

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

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

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

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

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

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