#CDC6AF

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

Shades of Parchment #CDC6AF

Tints of Parchment #CDC6AF

Color information

#CDC6AF (or 0xCDC6AF) is unknown color: approx Parchment. HEX triplet: CD, C6 and AF. RGB value is (205,198,175). Sum of RGB (Red+Green+Blue) = 205+198+175=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6AF is #323950. Grayscale: #C5C5C5. Windows color (decimal): -3291473 or 11519693. OLE color: 11519693.

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

Color convert

RGB205198175-
CMYK00.030.150.20
HSL46º23.08%74.51%-
HSV(B)46º14.63%80.39%-
XYZ53.1156.4648.66-
YUV197.47115.32133.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=35.47%
G=34.26%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519817500.030.150.204623.0874.51
HexCDC6AF03F142e174b
Octal3153062570317245627113
Binary110011011100011010101111011111110100101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6AF; }

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

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

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

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

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

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

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

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