Html Css Color HEX #C9937E Feldspar

📋 copy color: '#C9937E'

red 201 ◦ green 147 ◦ blue 126

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

Shades of Feldspar #C9937E

Tints of Feldspar #C9937E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 42.41%
G = 31.01%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9937E (or 0xC9937E) is known color: Feldspar. HEX triplet: C9, 93 and 7E. RGB value is (201,147,126). Sum of RGB (Red+Green+Blue) = 201+147+126=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9937E is #366C81. Grayscale: #A0A0A0. Windows color (decimal): -3566722 or 8295369. OLE color: 8295369.

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

Color convert

RGB 201 147 126 -
CMYK 0 0.27 0.37 0.21
HSL 16.8º 0.41% 0.64% -
HSV(B) 16.8º 0.37% 0.79% -
XYZ 38.29 34.79 24.44 -
YUV 160.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 201 147 126 0 0.27 0.37 0.21 16.8 0.41 0.64
Hex C9 93 7E 0 1B 25 15 11 29 40
Octal 311 223 176 0 33 45 25 21 51 100
Binary 11001001 10010011 1111110 0 11011 100101 10101 10001 101001 1000000

Color Harmonies of #C9937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9937E

Black with #C9937E

Text Example


Text Example

White with #C9937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9937E; }

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

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

background-color css

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

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

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

border-color css

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

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

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