Html Css Color HEX #C99372 Feldspar

📋 copy color: '#C99372'

red 201 ◦ green 147 ◦ blue 114

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

Shades of Feldspar #C99372

Tints of Feldspar #C99372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 43.51%
G = 31.82%
B = 24.68%

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

#C99372 (or 0xC99372) is known color: Feldspar. HEX triplet: C9, 93 and 72. RGB value is (201,147,114). Sum of RGB (Red+Green+Blue) = 201+147+114=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C99372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99372 is #366C8D. Grayscale: #9F9F9F. Windows color (decimal): -3566734 or 7508937. OLE color: 7508937.

HSL color Cylindrical-coordinate representation of color #C99372: hue angle of 22.76º degrees, saturation: 0.45, 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 #C99372 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 114 -
CMYK 0 0.27 0.43 0.21
HSL 22.76º 0.45% 0.62% -
HSV(B) 22.76º 0.43% 0.79% -
XYZ 37.56 34.5 20.6 -
YUV 159.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 201 147 114 0 0.27 0.43 0.21 22.76 0.45 0.62
Hex C9 93 72 0 1B 2B 15 17 2D 3E
Octal 311 223 162 0 33 53 25 27 55 76
Binary 11001001 10010011 1110010 0 11011 101011 10101 10111 101101 111110

Color Harmonies of #C99372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99372

Black with #C99372

Text Example


Text Example

White with #C99372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99372; }

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

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

background-color css

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

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

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

border-color css

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

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

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