#CDC6AA

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

Shades of Parchment #CDC6AA

Tints of Parchment #CDC6AA

Color information

#CDC6AA (or 0xCDC6AA) is unknown color: approx Parchment. HEX triplet: CD, C6 and AA. RGB value is (205,198,170). Sum of RGB (Red+Green+Blue) = 205+198+170=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6AA is #323955. Grayscale: #C5C5C5. Windows color (decimal): -3291478 or 11192013. OLE color: 11192013.

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

Color convert

RGB205198170-
CMYK00.030.170.20
HSL48º25.93%73.53%-
HSV(B)48º17.07%80.39%-
XYZ52.6356.2746.12-
YUV196.9112.82133.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=35.78%
G=34.55%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519817000.030.170.204825.9373.53
HexCDC6AA031114301a4a
Octal3153062520321246032112
Binary1100110111000110101010100111000110100110000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6AA; }

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

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

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

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

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

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

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

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