#CDC3AC

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

Shades of Parchment #CDC3AC

Tints of Parchment #CDC3AC

Color information

#CDC3AC (or 0xCDC3AC) is unknown color: approx Parchment. HEX triplet: CD, C3 and AC. RGB value is (205,195,172). Sum of RGB (Red+Green+Blue) = 205+195+172=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3AC is #323C53. Grayscale: #C3C3C3. Windows color (decimal): -3292244 or 11322317. OLE color: 11322317.

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

Color convert

RGB205195172-
CMYK00.050.160.20
HSL41.82º24.81%73.92%-
HSV(B)41.82º16.1%80.39%-
XYZ52.1454.9946.9-
YUV195.37114.81134.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=35.84%
G=34.09%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519517200.050.160.2041.8224.8173.92
HexCDC3AC0510142a194a
Octal3153032540520245231112
Binary11001101110000111010110001011000010100101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3AC; }

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

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

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

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

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

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

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

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