#CCC6B7

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

Shades of Parchment #CCC6B7

Tints of Parchment #CCC6B7

Color information

#CCC6B7 (or 0xCCC6B7) is unknown color: approx Parchment. HEX triplet: CC, C6 and B7. RGB value is (204,198,183). Sum of RGB (Red+Green+Blue) = 204+198+183=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6B7 is #333948. Grayscale: #C6C6C6. Windows color (decimal): -3357001 or 12043980. OLE color: 12043980.

HSL color Cylindrical-coordinate representation of color #CCC6B7: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC6B7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204198183-
CMYK00.030.100.2
HSL42.86º17.07%75.88%-
HSV(B)42.86º10.29%80%-
XYZ53.6456.6452.91-
YUV198.08119.49132.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=34.87%
G=33.85%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419818300.030.100.242.8617.0775.88
HexCCC6B703A142b114c
Octal3143062670312245321114
Binary110011001100011010110111011101010100101011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6B7; }

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

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

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

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

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

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

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

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