#CCC4AE

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

Shades of Parchment #CCC4AE

Tints of Parchment #CCC4AE

Color information

#CCC4AE (or 0xCCC4AE) is unknown color: approx Parchment. HEX triplet: CC, C4 and AE. RGB value is (204,196,174). Sum of RGB (Red+Green+Blue) = 204+196+174=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AE is #333B51. Grayscale: #C3C3C3. Windows color (decimal): -3357522 or 11453644. OLE color: 11453644.

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

Color convert

RGB204196174-
CMYK00.040.150.2
HSL44º22.73%74.12%-
HSV(B)44º14.71%80%-
XYZ52.2855.3747.98-
YUV195.88115.65133.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=35.54%
G=34.15%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419617400.040.150.24422.7374.12
HexCCC4AE04F142c174a
Octal3143042560417245427112
Binary1100110011000100101011100100111110100101100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4AE; }

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

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

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

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

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

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

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

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