#CDC3AB

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

Shades of Parchment #CDC3AB

Tints of Parchment #CDC3AB

Color information

#CDC3AB (or 0xCDC3AB) is unknown color: approx Parchment. HEX triplet: CD, C3 and AB. RGB value is (205,195,171). Sum of RGB (Red+Green+Blue) = 205+195+171=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3AB is #323C54. Grayscale: #C3C3C3. Windows color (decimal): -3292245 or 11256781. OLE color: 11256781.

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

Color convert

RGB205195171-
CMYK00.050.170.20
HSL42.35º25.37%73.73%-
HSV(B)42.35º16.59%80.39%-
XYZ52.0454.9546.39-
YUV195.25114.31134.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=35.90%
G=34.15%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519517100.050.170.2042.3525.3773.73
HexCDC3AB0511142a194a
Octal3153032530521245231112
Binary11001101110000111010101101011000110100101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3AB; }

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

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

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

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

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

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

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

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