#CCC3AA

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

Shades of Parchment #CCC3AA

Tints of Parchment #CCC3AA

Color information

#CCC3AA (or 0xCCC3AA) is unknown color: approx Parchment. HEX triplet: CC, C3 and AA. RGB value is (204,195,170). Sum of RGB (Red+Green+Blue) = 204+195+170=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3AA is #333C55. Grayscale: #C2C2C2. Windows color (decimal): -3357782 or 11191244. OLE color: 11191244.

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

Color convert

RGB204195170-
CMYK00.040.170.2
HSL44.12º25%73.33%-
HSV(B)44.12º16.67%80%-
XYZ51.6754.7745.88-
YUV194.84113.98134.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=35.85%
G=34.27%
B=29.88%

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
Decimal20419517000.040.170.244.122573.33
HexCCC3AA0411142c1949
Octal3143032520421245431111
Binary11001100110000111010101001001000110100101100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3AA; }

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

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

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

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

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

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

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

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