Html Css Color HEX #C59375 Feldspar

📋 copy color: '#C59375'

red 197 ◦ green 147 ◦ blue 117

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

Shades of Feldspar #C59375

Tints of Feldspar #C59375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 42.73%
G = 31.89%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C59375 (or 0xC59375) is known color: Feldspar. HEX triplet: C5, 93 and 75. RGB value is (197,147,117). Sum of RGB (Red+Green+Blue) = 197+147+117=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C59375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59375 is #3A6C8A. Grayscale: #9E9E9E. Windows color (decimal): -3828875 or 7705541. OLE color: 7705541.

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

Color convert

RGB 197 147 117 -
CMYK 0 0.25 0.41 0.23
HSL 22.5º 0.41% 0.62% -
HSV(B) 22.5º 0.41% 0.77% -
XYZ 36.67 34.02 21.46 -
YUV 158.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 197 147 117 0 0.25 0.41 0.23 22.5 0.41 0.62
Hex C5 93 75 0 19 29 17 16 29 3E
Octal 305 223 165 0 31 51 27 26 51 76
Binary 11000101 10010011 1110101 0 11001 101001 10111 10110 101001 111110

Color Harmonies of #C59375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59375

Black with #C59375

Text Example


Text Example

White with #C59375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59375; }

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

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

background-color css

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

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

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

border-color css

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

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

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