#CCC5AA

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

Shades of Parchment #CCC5AA

Tints of Parchment #CCC5AA

Color information

#CCC5AA (or 0xCCC5AA) is unknown color: approx Parchment. HEX triplet: CC, C5 and AA. RGB value is (204,197,170). Sum of RGB (Red+Green+Blue) = 204+197+170=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AA is #333A55. Grayscale: #C4C4C4. Windows color (decimal): -3357270 or 11191756. OLE color: 11191756.

HSL color Cylindrical-coordinate representation of color #CCC5AA: hue angle of 47.65º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC5AA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204197170-
CMYK00.030.170.2
HSL47.65º25%73.33%-
HSV(B)47.65º16.67%80%-
XYZ52.1255.6746.03-
YUV196.02113.32133.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=35.73%
G=34.50%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419717000.030.170.247.652573.33
HexCCC5AA031114301949
Octal3143052520321246031111
Binary1100110011000101101010100111000110100110000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5AA; }

 p { color: rgb(204,197,170); }

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

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

 a { background-color: rgb(204,197,170); }

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

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

 span { border-color: rgb(204,197,170); }

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