Html Css Color HEX #C5937A Feldspar

📋 copy color: '#C5937A'

red 197 ◦ green 147 ◦ blue 122

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

Shades of Feldspar #C5937A

Tints of Feldspar #C5937A

RGB

 RED value IS 197 (77.34% from 255) = 42.27%

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 42.27%
G = 31.55%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5937A (or 0xC5937A) is known color: Feldspar. HEX triplet: C5, 93 and 7A. RGB value is (197,147,122). Sum of RGB (Red+Green+Blue) = 197+147+122=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5937A is #3A6C85. Grayscale: #9F9F9F. Windows color (decimal): -3828870 or 8033221. OLE color: 8033221.

HSL color Cylindrical-coordinate representation of color #C5937A: hue angle of 20º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5937A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 147 122 -
CMYK 0 0.25 0.38 0.23
HSL 20º 0.39% 0.63% -
HSV(B) 20º 0.38% 0.77% -
XYZ 36.97 34.14 23.05 -
YUV 159.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 197 147 122 0 0.25 0.38 0.23 20 0.39 0.63
Hex C5 93 7A 0 19 26 17 14 27 3F
Octal 305 223 172 0 31 46 27 24 47 77
Binary 11000101 10010011 1111010 0 11001 100110 10111 10100 100111 111111

Color Harmonies of #C5937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5937A

Black with #C5937A

Text Example


Text Example

White with #C5937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5937A; }

 p { color: rgb(197,147,122); }

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

background-color css

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

 a { background-color: rgb(197,147,122); }

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

border-color css

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

 span { border-color: rgb(197,147,122); }

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