Html Css Color HEX #C99373 Feldspar

📋 copy color: '#C99373'

red 201 ◦ green 147 ◦ blue 115

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

Shades of Feldspar #C99373

Tints of Feldspar #C99373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.84%

R = 43.41%
G = 31.75%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C99373 (or 0xC99373) is known color: Feldspar. HEX triplet: C9, 93 and 73. RGB value is (201,147,115). Sum of RGB (Red+Green+Blue) = 201+147+115=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C99373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99373 is #366C8C. Grayscale: #9F9F9F. Windows color (decimal): -3566733 or 7574473. OLE color: 7574473.

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

Color convert

RGB 201 147 115 -
CMYK 0 0.27 0.43 0.21
HSL 22.33º 0.44% 0.62% -
HSV(B) 22.33º 0.43% 0.79% -
XYZ 37.62 34.52 20.9 -
YUV 159.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 201 147 115 0 0.27 0.43 0.21 22.33 0.44 0.62
Hex C9 93 73 0 1B 2B 15 16 2C 3E
Octal 311 223 163 0 33 53 25 26 54 76
Binary 11001001 10010011 1110011 0 11011 101011 10101 10110 101100 111110

Color Harmonies of #C99373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99373

Black with #C99373

Text Example


Text Example

White with #C99373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99373; }

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

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

background-color css

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

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

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

border-color css

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

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

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