#CCC6AA

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

Shades of Parchment #CCC6AA

Tints of Parchment #CCC6AA

Color information

#CCC6AA (or 0xCCC6AA) is unknown color: approx Parchment. HEX triplet: CC, C6 and AA. RGB value is (204,198,170). Sum of RGB (Red+Green+Blue) = 204+198+170=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6AA is #333955. Grayscale: #C4C4C4. Windows color (decimal): -3357014 or 11192012. OLE color: 11192012.

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

Color convert

RGB204198170-
CMYK00.030.170.2
HSL49.41º25%73.33%-
HSV(B)49.41º16.67%80%-
XYZ52.3556.1346.1-
YUV196.6112.99133.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=35.66%
G=34.62%
B=29.72%

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
Decimal20419817000.030.170.249.412573.33
HexCCC6AA031114311949
Octal3143062520321246131111
Binary1100110011000110101010100111000110100110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6AA; }

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

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

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

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

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

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

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

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