#C8C2AF

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

Shades of Parchment #C8C2AF

Tints of Parchment #C8C2AF

Color information

#C8C2AF (or 0xC8C2AF) is unknown color: approx Parchment. HEX triplet: C8, C2 and AF. RGB value is (200,194,175). Sum of RGB (Red+Green+Blue) = 200+194+175=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2AF is #373D50. Grayscale: #C1C1C1. Windows color (decimal): -3620177 or 11518664. OLE color: 11518664.

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

Color convert

RGB200194175-
CMYK00.030.120.22
HSL45.6º18.52%73.53%-
HSV(B)45.6º12.5%78.43%-
XYZ50.8553.9648.29-
YUV193.63117.49132.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=35.15%
G=34.09%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019417500.030.120.2245.618.5273.53
HexC8C2AF03C162e134a
Octal3103022570314265623112
Binary110010001100001010101111011110010110101110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2AF; }

 p { color: rgb(200,194,175); }

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

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

 a { background-color: rgb(200,194,175); }

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

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

 span { border-color: rgb(200,194,175); }

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