#CCC2AE

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

Shades of Parchment #CCC2AE

Tints of Parchment #CCC2AE

Color information

#CCC2AE (or 0xCCC2AE) is unknown color: approx Parchment. HEX triplet: CC, C2 and AE. RGB value is (204,194,174). Sum of RGB (Red+Green+Blue) = 204+194+174=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2AE is #333D51. Grayscale: #C2C2C2. Windows color (decimal): -3358034 or 11453132. OLE color: 11453132.

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

Color convert

RGB204194174-
CMYK00.050.150.2
HSL40º22.73%74.12%-
HSV(B)40º14.71%80%-
XYZ51.8354.4847.83-
YUV194.71116.31134.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=35.66%
G=33.92%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419417400.050.150.24022.7374.12
HexCCC2AE05F1428174a
Octal3143022560517245027112
Binary1100110011000010101011100101111110100101000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2AE; }

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

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

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

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

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

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

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

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