#CDC6AC

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

Shades of Parchment #CDC6AC

Tints of Parchment #CDC6AC

Color information

#CDC6AC (or 0xCDC6AC) is unknown color: approx Parchment. HEX triplet: CD, C6 and AC. RGB value is (205,198,172). Sum of RGB (Red+Green+Blue) = 205+198+172=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6AC is #323953. Grayscale: #C5C5C5. Windows color (decimal): -3291476 or 11323085. OLE color: 11323085.

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

Color convert

RGB205198172-
CMYK00.030.160.20
HSL47.27º24.81%73.92%-
HSV(B)47.27º16.1%80.39%-
XYZ52.8256.3547.12-
YUV197.13113.82133.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=35.65%
G=34.43%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519817200.030.160.2047.2724.8173.92
HexCDC6AC0310142f194a
Octal3153062540320245731112
Binary1100110111000110101011000111000010100101111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6AC; }

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

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

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

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

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

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

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

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