#CCC4AA

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

Shades of Parchment #CCC4AA

Tints of Parchment #CCC4AA

Color information

#CCC4AA (or 0xCCC4AA) is unknown color: approx Parchment. HEX triplet: CC, C4 and AA. RGB value is (204,196,170). Sum of RGB (Red+Green+Blue) = 204+196+170=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AA is #333B55. Grayscale: #C3C3C3. Windows color (decimal): -3357526 or 11191500. OLE color: 11191500.

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

Color convert

RGB204196170-
CMYK00.040.170.2
HSL45.88º25%73.33%-
HSV(B)45.88º16.67%80%-
XYZ51.955.2245.95-
YUV195.43113.65134.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=35.79%
G=34.39%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419617000.040.170.245.882573.33
HexCCC4AA0411142e1949
Octal3143042520421245631111
Binary11001100110001001010101001001000110100101110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4AA; }

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

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

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

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

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

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

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

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