#CCC5AF

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

Shades of Parchment #CCC5AF

Tints of Parchment #CCC5AF

Color information

#CCC5AF (or 0xCCC5AF) is unknown color: approx Parchment. HEX triplet: CC, C5 and AF. RGB value is (204,197,175). Sum of RGB (Red+Green+Blue) = 204+197+175=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AF is #333A50. Grayscale: #C4C4C4. Windows color (decimal): -3357265 or 11519436. OLE color: 11519436.

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

Color convert

RGB204197175-
CMYK00.030.140.2
HSL45.52º22.14%74.31%-
HSV(B)45.52º14.22%80%-
XYZ52.6155.8748.57-
YUV196.58115.82133.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=35.42%
G=34.20%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419717500.030.140.245.5222.1474.31
HexCCC5AF03E142e164a
Octal3143052570316245626112
Binary110011001100010110101111011111010100101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5AF; }

 p { color: rgb(204,197,175); }

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

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

 a { background-color: rgb(204,197,175); }

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

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

 span { border-color: rgb(204,197,175); }

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