Html Css Color HEX #C98876 Feldspar

📋 copy color: '#C98876'

red 201 ◦ green 136 ◦ blue 118

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

Shades of Feldspar #C98876

Tints of Feldspar #C98876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.89%

 BLUE value IS 118 (46.48% from 255) = 25.93%

R = 44.18%
G = 29.89%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C98876 (or 0xC98876) is known color: Feldspar. HEX triplet: C9, 88 and 76. RGB value is (201,136,118). Sum of RGB (Red+Green+Blue) = 201+136+118=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C98876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98876 is #367789. Grayscale: #999999. Windows color (decimal): -3569546 or 7768265. OLE color: 7768265.

HSL color Cylindrical-coordinate representation of color #C98876: hue angle of 13.01º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98876 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 118 -
CMYK 0 0.32 0.41 0.21
HSL 13.01º 0.43% 0.63% -
HSV(B) 13.01º 0.41% 0.79% -
XYZ 36.16 31.33 21.28 -
YUV 153.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 201 136 118 0 0.32 0.41 0.21 13.01 0.43 0.63
Hex C9 88 76 0 20 29 15 D 2B 3F
Octal 311 210 166 0 40 51 25 15 53 77
Binary 11001001 10001000 1110110 0 100000 101001 10101 1101 101011 111111

Color Harmonies of #C98876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98876

Black with #C98876

Text Example


Text Example

White with #C98876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98876; }

 p { color: rgb(201,136,118); }

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

background-color css

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

 a { background-color: rgb(201,136,118); }

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

border-color css

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

 span { border-color: rgb(201,136,118); }

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