Html Css Color HEX #C9C2AF Parchment

📋 copy color: '#C9C2AF'

red 201 ◦ green 194 ◦ blue 175

#C9C2AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parchment #C9C2AF

Tints of Parchment #C9C2AF

RGB

 RED value IS 201 (78.91% from 255) = 35.26%

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 35.26%
G = 34.04%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9C2AF (or 0xC9C2AF) is known color: Parchment. HEX triplet: C9, C2 and AF. RGB value is (201,194,175). Sum of RGB (Red+Green+Blue) = 201+194+175=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C2AF is #363D50. Grayscale: #C2C2C2. Windows color (decimal): -3554641 or 11518665. OLE color: 11518665.

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

Color convert

RGB 201 194 175 -
CMYK 0 0.03 0.13 0.21
HSL 43.85º 0.19% 0.74% -
HSV(B) 43.85º 0.13% 0.79% -
XYZ 51.12 54.1 48.3 -
YUV 193.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 201 194 175 0 0.03 0.13 0.21 43.85 0.19 0.74
Hex C9 C2 AF 0 3 D 15 2C 13 4A
Octal 311 302 257 0 3 15 25 54 23 112
Binary 11001001 11000010 10101111 0 11 1101 10101 101100 10011 1001010

Color Harmonies of #C9C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2AF

Black with #C9C2AF

Text Example


Text Example

White with #C9C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2AF; }

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

 H1.HeaderClassName
 {
   color: #C9C2AF;
 }
 .AnyTagClassName
 {
   color: #C9C2AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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