Html Css Color HEX #C9C1AD Parchment

📋 copy color: '#C9C1AD'

red 201 ◦ green 193 ◦ blue 173

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

Shades of Parchment #C9C1AD

Tints of Parchment #C9C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.04%

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

R = 35.45%
G = 34.04%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9C1AD (or 0xC9C1AD) is known color: Parchment. HEX triplet: C9, C1 and AD. RGB value is (201,193,173). Sum of RGB (Red+Green+Blue) = 201+193+173=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C1AD is #363E52. Grayscale: #C1C1C1. Windows color (decimal): -3554899 or 11387337. OLE color: 11387337.

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

Color convert

RGB 201 193 173 -
CMYK 0 0.04 0.14 0.21
HSL 42.86º 0.21% 0.73% -
HSV(B) 42.86º 0.14% 0.79% -
XYZ 50.7 53.57 47.2 -
YUV 193.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 201 193 173 0 0.04 0.14 0.21 42.86 0.21 0.73
Hex C9 C1 AD 0 4 E 15 2B 15 49
Octal 311 301 255 0 4 16 25 53 25 111
Binary 11001001 11000001 10101101 0 100 1110 10101 101011 10101 1001001

Color Harmonies of #C9C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C1AD

Black with #C9C1AD

Text Example


Text Example

White with #C9C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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