#CCC6B0

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

Shades of Parchment #CCC6B0

Tints of Parchment #CCC6B0

Color information

#CCC6B0 (or 0xCCC6B0) is unknown color: approx Parchment. HEX triplet: CC, C6 and B0. RGB value is (204,198,176). Sum of RGB (Red+Green+Blue) = 204+198+176=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6B0 is #33394F. Grayscale: #C5C5C5. Windows color (decimal): -3357008 or 11585228. OLE color: 11585228.

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

Color convert

RGB204198176-
CMYK00.030.140.2
HSL47.14º21.54%74.51%-
HSV(B)47.14º13.73%80%-
XYZ52.9356.3649.16-
YUV197.29115.99132.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=35.29%
G=34.26%
B=30.45%

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
Decimal20419817600.030.140.247.1421.5474.51
HexCCC6B003E142f164b
Octal3143062600316245726113
Binary110011001100011010110000011111010100101111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6B0; }

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

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

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

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

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

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

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

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