Html Css Color HEX #C9C2AE Parchment

📋 copy color: '#C9C2AE'

red 201 ◦ green 194 ◦ blue 174

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

Shades of Parchment #C9C2AE

Tints of Parchment #C9C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.58%

R = 35.33%
G = 34.09%
B = 30.58%

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

#C9C2AE (or 0xC9C2AE) is known color: Parchment. HEX triplet: C9, C2 and AE. RGB value is (201,194,174). Sum of RGB (Red+Green+Blue) = 201+194+174=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C2AE is #363D51. Grayscale: #C1C1C1. Windows color (decimal): -3554642 or 11453129. OLE color: 11453129.

HSL color Cylindrical-coordinate representation of color #C9C2AE: hue angle of 44.44º degrees, saturation: 0.2, 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 #C9C2AE is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 174 -
CMYK 0 0.03 0.13 0.21
HSL 44.44º 0.2% 0.74% -
HSV(B) 44.44º 0.13% 0.79% -
XYZ 51.02 54.06 47.79 -
YUV 193.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 201 194 174 0 0.03 0.13 0.21 44.44 0.2 0.74
Hex C9 C2 AE 0 3 D 15 2C 14 4A
Octal 311 302 256 0 3 15 25 54 24 112
Binary 11001001 11000010 10101110 0 11 1101 10101 101100 10100 1001010

Color Harmonies of #C9C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2AE

Black with #C9C2AE

Text Example


Text Example

White with #C9C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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