Html Css Color HEX #C9C2AD Parchment

📋 copy color: '#C9C2AD'

red 201 ◦ green 194 ◦ blue 173

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

Shades of Parchment #C9C2AD

Tints of Parchment #C9C2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.46%

R = 35.39%
G = 34.15%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9C2AD (or 0xC9C2AD) is known color: Parchment. HEX triplet: C9, C2 and AD. RGB value is (201,194,173). Sum of RGB (Red+Green+Blue) = 201+194+173=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C2AD is #363D52. Grayscale: #C1C1C1. Windows color (decimal): -3554643 or 11387593. OLE color: 11387593.

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

Color convert

RGB 201 194 173 -
CMYK 0 0.03 0.14 0.21
HSL 45º 0.21% 0.73% -
HSV(B) 45º 0.14% 0.79% -
XYZ 50.92 54.02 47.28 -
YUV 193.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 201 194 173 0 0.03 0.14 0.21 45 0.21 0.73
Hex C9 C2 AD 0 3 E 15 2D 15 49
Octal 311 302 255 0 3 16 25 55 25 111
Binary 11001001 11000010 10101101 0 11 1110 10101 101101 10101 1001001

Color Harmonies of #C9C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2AD

Black with #C9C2AD

Text Example


Text Example

White with #C9C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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