Html Css Color HEX #C9C4B8 Parchment

📋 copy color: '#C9C4B8'

red 201 ◦ green 196 ◦ blue 184

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

Shades of Parchment #C9C4B8

Tints of Parchment #C9C4B8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.73%

 BLUE value IS 184 (72.27% from 255) = 31.67%

R = 34.6%
G = 33.73%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9C4B8 (or 0xC9C4B8) is known color: Parchment. HEX triplet: C9, C4 and B8. RGB value is (201,196,184). Sum of RGB (Red+Green+Blue) = 201+196+184=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4B8 is #363B47. Grayscale: #C4C4C4. Windows color (decimal): -3554120 or 12109001. OLE color: 12109001.

HSL color Cylindrical-coordinate representation of color #C9C4B8: hue angle of 42.35º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9C4B8 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 196 184 -
CMYK 0 0.02 0.08 0.21
HSL 42.35º 0.14% 0.75% -
HSV(B) 42.35º 0.08% 0.79% -
XYZ 52.48 55.36 53.27 -
YUV 196.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 201 196 184 0 0.02 0.08 0.21 42.35 0.14 0.75
Hex C9 C4 B8 0 2 8 15 2A E 4B
Octal 311 304 270 0 2 10 25 52 16 113
Binary 11001001 11000100 10111000 0 10 1000 10101 101010 1110 1001011

Color Harmonies of #C9C4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C4B8

Black with #C9C4B8

Text Example


Text Example

White with #C9C4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C4B8; }

 p { color: rgb(201,196,184); }

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

background-color css

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

 a { background-color: rgb(201,196,184); }

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

border-color css

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

 span { border-color: rgb(201,196,184); }

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