#CDC6B7

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

Shades of Parchment #CDC6B7

Tints of Parchment #CDC6B7

Color information

#CDC6B7 (or 0xCDC6B7) is unknown color: approx Parchment. HEX triplet: CD, C6 and B7. RGB value is (205,198,183). Sum of RGB (Red+Green+Blue) = 205+198+183=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6B7 is #323948. Grayscale: #C6C6C6. Windows color (decimal): -3291465 or 12043981. OLE color: 12043981.

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

Color convert

RGB205198183-
CMYK00.030.110.20
HSL40.91º18.03%76.08%-
HSV(B)40.91º10.73%80.39%-
XYZ53.9256.7952.92-
YUV198.38119.32132.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 198 (77.73% from 255) = 33.79%
BLUE value IS 183 (71.88% from 255) = 31.23%
R=34.98%
G=33.79%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519818300.030.110.2040.9118.0376.08
HexCDC6B703B1429124c
Octal3153062670313245122114
Binary110011011100011010110111011101110100101001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6B7; }

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

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

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

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

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

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

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

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