Html Css Color HEX #C9C3AF Parchment

📋 copy color: '#C9C3AF'

red 201 ◦ green 195 ◦ blue 175

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

Shades of Parchment #C9C3AF

Tints of Parchment #C9C3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 35.2%
G = 34.15%
B = 30.65%

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

#C9C3AF (or 0xC9C3AF) is known color: Parchment. HEX triplet: C9, C3 and AF. RGB value is (201,195,175). Sum of RGB (Red+Green+Blue) = 201+195+175=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C3AF is #363C50. Grayscale: #C2C2C2. Windows color (decimal): -3554385 or 11518921. OLE color: 11518921.

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

Color convert

RGB 201 195 175 -
CMYK 0 0.03 0.13 0.21
HSL 46.15º 0.19% 0.74% -
HSV(B) 46.15º 0.13% 0.79% -
XYZ 51.34 54.54 48.38 -
YUV 194.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 201 195 175 0 0.03 0.13 0.21 46.15 0.19 0.74
Hex C9 C3 AF 0 3 D 15 2E 13 4A
Octal 311 303 257 0 3 15 25 56 23 112
Binary 11001001 11000011 10101111 0 11 1101 10101 101110 10011 1001010

Color Harmonies of #C9C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C3AF

Black with #C9C3AF

Text Example


Text Example

White with #C9C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C3AF; }

 p { color: rgb(201,195,175); }

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

background-color css

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

 a { background-color: rgb(201,195,175); }

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

border-color css

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

 span { border-color: rgb(201,195,175); }

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