#CCC6AF

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

Shades of Parchment #CCC6AF

Tints of Parchment #CCC6AF

Color information

#CCC6AF (or 0xCCC6AF) is unknown color: approx Parchment. HEX triplet: CC, C6 and AF. RGB value is (204,198,175). Sum of RGB (Red+Green+Blue) = 204+198+175=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6AF is #333950. Grayscale: #C5C5C5. Windows color (decimal): -3357009 or 11519692. OLE color: 11519692.

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

Color convert

RGB204198175-
CMYK00.030.140.2
HSL47.59º22.14%74.31%-
HSV(B)47.59º14.22%80%-
XYZ52.8356.3248.64-
YUV197.17115.49132.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=35.36%
G=34.32%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419817500.030.140.247.5922.1474.31
HexCCC6AF03E1430164a
Octal3143062570316246026112
Binary110011001100011010101111011111010100110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6AF; }

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

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

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

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

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

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

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

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