Html Css Color HEX #C9C2A8 Parchment

📋 copy color: '#C9C2A8'

red 201 ◦ green 194 ◦ blue 168

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

Shades of Parchment #C9C2A8

Tints of Parchment #C9C2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.84%

R = 35.7%
G = 34.46%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C9C2A8 (or 0xC9C2A8) is known color: Parchment. HEX triplet: C9, C2 and A8. RGB value is (201,194,168). Sum of RGB (Red+Green+Blue) = 201+194+168=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C2A8 is #363D57. Grayscale: #C1C1C1. Windows color (decimal): -3554648 or 11059913. OLE color: 11059913.

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

Color convert

RGB 201 194 168 -
CMYK 0 0.03 0.16 0.21
HSL 47.27º 0.23% 0.72% -
HSV(B) 47.27º 0.16% 0.79% -
XYZ 50.45 53.83 44.78 -
YUV 193.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 201 194 168 0 0.03 0.16 0.21 47.27 0.23 0.72
Hex C9 C2 A8 0 3 10 15 2F 17 48
Octal 311 302 250 0 3 20 25 57 27 110
Binary 11001001 11000010 10101000 0 11 10000 10101 101111 10111 1001000

Color Harmonies of #C9C2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2A8

Black with #C9C2A8

Text Example


Text Example

White with #C9C2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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