#CCC5AC

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

Shades of Parchment #CCC5AC

Tints of Parchment #CCC5AC

Color information

#CCC5AC (or 0xCCC5AC) is unknown color: approx Parchment. HEX triplet: CC, C5 and AC. RGB value is (204,197,172). Sum of RGB (Red+Green+Blue) = 204+197+172=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AC is #333A53. Grayscale: #C4C4C4. Windows color (decimal): -3357268 or 11322828. OLE color: 11322828.

HSL color Cylindrical-coordinate representation of color #CCC5AC: hue angle of 46.88º degrees, saturation: 0.24, 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 #CCC5AC is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204197172-
CMYK00.030.160.2
HSL46.88º23.88%73.73%-
HSV(B)46.88º15.69%80%-
XYZ52.3155.7547.03-
YUV196.24114.32133.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=35.60%
G=34.38%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419717200.030.160.246.8823.8873.73
HexCCC5AC0310142f184a
Octal3143052540320245730112
Binary1100110011000101101011000111000010100101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5AC; }

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

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

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

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

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

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

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

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