#CDC6AB

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

Shades of Parchment #CDC6AB

Tints of Parchment #CDC6AB

Color information

#CDC6AB (or 0xCDC6AB) is unknown color: approx Parchment. HEX triplet: CD, C6 and AB. RGB value is (205,198,171). Sum of RGB (Red+Green+Blue) = 205+198+171=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6AB is #323954. Grayscale: #C5C5C5. Windows color (decimal): -3291477 or 11257549. OLE color: 11257549.

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

Color convert

RGB205198171-
CMYK00.030.170.20
HSL47.65º25.37%73.73%-
HSV(B)47.65º16.59%80.39%-
XYZ52.7256.3146.62-
YUV197.02113.32133.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=35.71%
G=34.49%
B=29.79%

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
Decimal20519817100.030.170.2047.6525.3773.73
HexCDC6AB03111430194a
Octal3153062530321246031112
Binary1100110111000110101010110111000110100110000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6AB; }

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

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

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

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

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

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

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

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