#CCC7AC

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

Shades of Parchment #CCC7AC

Tints of Parchment #CCC7AC

Color information

#CCC7AC (or 0xCCC7AC) is unknown color: approx Parchment. HEX triplet: CC, C7 and AC. RGB value is (204,199,172). Sum of RGB (Red+Green+Blue) = 204+199+172=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7AC is #333853. Grayscale: #C5C5C5. Windows color (decimal): -3356756 or 11323340. OLE color: 11323340.

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

Color convert

RGB204199172-
CMYK00.020.160.2
HSL50.62º23.88%73.73%-
HSV(B)50.62º15.69%80%-
XYZ52.7756.6647.19-
YUV197.42113.66132.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=35.48%
G=34.61%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419917200.020.160.250.6223.8873.73
HexCCC7AC02101433184a
Octal3143072540220246330112
Binary1100110011000111101011000101000010100110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7AC; }

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

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

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

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

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

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

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

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