#CCC4A7

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

Shades of Parchment #CCC4A7

Tints of Parchment #CCC4A7

Color information

#CCC4A7 (or 0xCCC4A7) is unknown color: approx Parchment. HEX triplet: CC, C4 and A7. RGB value is (204,196,167). Sum of RGB (Red+Green+Blue) = 204+196+167=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4A7 is #333B58. Grayscale: #C3C3C3. Windows color (decimal): -3357529 or 10994892. OLE color: 10994892.

HSL color Cylindrical-coordinate representation of color #CCC4A7: hue angle of 47.03º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC4A7 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB204196167-
CMYK00.040.180.2
HSL47.03º26.62%72.75%-
HSV(B)47.03º18.14%80%-
XYZ51.6255.1144.48-
YUV195.09112.15134.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 167 (65.62% from 255) = 29.45%
R=35.98%
G=34.57%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419616700.040.180.247.0326.6272.75
HexCCC4A70412142f1b49
Octal3143042470422245733111
Binary11001100110001001010011101001001010100101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4A7; }

 p { color: rgb(204,196,167); }

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

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

 a { background-color: rgb(204,196,167); }

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

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

 span { border-color: rgb(204,196,167); }

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