Html Css Color HEX #C99371 Feldspar

📋 copy color: '#C99371'

red 201 ◦ green 147 ◦ blue 113

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

Shades of Feldspar #C99371

Tints of Feldspar #C99371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

 BLUE value IS 113 (44.53% from 255) = 24.51%

R = 43.6%
G = 31.89%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C99371 (or 0xC99371) is known color: Feldspar. HEX triplet: C9, 93 and 71. RGB value is (201,147,113). Sum of RGB (Red+Green+Blue) = 201+147+113=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C99371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99371 is #366C8E. Grayscale: #9F9F9F. Windows color (decimal): -3566735 or 7443401. OLE color: 7443401.

HSL color Cylindrical-coordinate representation of color #C99371: hue angle of 23.18º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C99371 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 113 -
CMYK 0 0.27 0.44 0.21
HSL 23.18º 0.45% 0.62% -
HSV(B) 23.18º 0.44% 0.79% -
XYZ 37.5 34.48 20.3 -
YUV 159.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 201 147 113 0 0.27 0.44 0.21 23.18 0.45 0.62
Hex C9 93 71 0 1B 2C 15 17 2D 3E
Octal 311 223 161 0 33 54 25 27 55 76
Binary 11001001 10010011 1110001 0 11011 101100 10101 10111 101101 111110

Color Harmonies of #C99371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99371

Black with #C99371

Text Example


Text Example

White with #C99371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99371; }

 p { color: rgb(201,147,113); }

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

background-color css

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

 a { background-color: rgb(201,147,113); }

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

border-color css

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

 span { border-color: rgb(201,147,113); }

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