#CDC3AA

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

Shades of Parchment #CDC3AA

Tints of Parchment #CDC3AA

Color information

#CDC3AA (or 0xCDC3AA) is unknown color: approx Parchment. HEX triplet: CD, C3 and AA. RGB value is (205,195,170). Sum of RGB (Red+Green+Blue) = 205+195+170=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3AA is #323C55. Grayscale: #C3C3C3. Windows color (decimal): -3292246 or 11191245. OLE color: 11191245.

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

Color convert

RGB205195170-
CMYK00.050.170.20
HSL42.86º25.93%73.53%-
HSV(B)42.86º17.07%80.39%-
XYZ51.9554.9145.89-
YUV195.14113.81135.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=35.96%
G=34.21%
B=29.82%

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
Decimal20519517000.050.170.2042.8625.9373.53
HexCDC3AA0511142b1a4a
Octal3153032520521245332112
Binary11001101110000111010101001011000110100101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3AA; }

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

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

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

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

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

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

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

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