Html Css Color HEX #C9C1AA Parchment

📋 copy color: '#C9C1AA'

red 201 ◦ green 193 ◦ blue 170

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

Shades of Parchment #C9C1AA

Tints of Parchment #C9C1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 35.64%
G = 34.22%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9C1AA (or 0xC9C1AA) is known color: Parchment. HEX triplet: C9, C1 and AA. RGB value is (201,193,170). Sum of RGB (Red+Green+Blue) = 201+193+170=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C1AA is #363E55. Grayscale: #C0C0C0. Windows color (decimal): -3554902 or 11190729. OLE color: 11190729.

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

Color convert

RGB 201 193 170 -
CMYK 0 0.04 0.15 0.21
HSL 44.52º 0.22% 0.73% -
HSV(B) 44.52º 0.15% 0.79% -
XYZ 50.41 53.46 45.69 -
YUV 192.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 201 193 170 0 0.04 0.15 0.21 44.52 0.22 0.73
Hex C9 C1 AA 0 4 F 15 2D 16 49
Octal 311 301 252 0 4 17 25 55 26 111
Binary 11001001 11000001 10101010 0 100 1111 10101 101101 10110 1001001

Color Harmonies of #C9C1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C1AA

Black with #C9C1AA

Text Example


Text Example

White with #C9C1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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