#CDC8AB

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

Shades of Parchment #CDC8AB

Tints of Parchment #CDC8AB

Color information

#CDC8AB (or 0xCDC8AB) is unknown color: approx Parchment. HEX triplet: CD, C8 and AB. RGB value is (205,200,171). Sum of RGB (Red+Green+Blue) = 205+200+171=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AB is #323754. Grayscale: #C6C6C6. Windows color (decimal): -3290965 or 11258061. OLE color: 11258061.

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

Color convert

RGB205200171-
CMYK00.020.170.20
HSL51.18º25.37%73.73%-
HSV(B)51.18º16.59%80.39%-
XYZ53.1857.2346.77-
YUV198.19112.66132.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=35.59%
G=34.72%
B=29.69%

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
Decimal20520017100.020.170.2051.1825.3773.73
HexCDC8AB02111433194a
Octal3153102530221246331112
Binary1100110111001000101010110101000110100110011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8AB; }

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

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

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

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

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

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

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

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