Html Css Color HEX #C59275 Feldspar

📋 copy color: '#C59275'

red 197 ◦ green 146 ◦ blue 117

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

Shades of Feldspar #C59275

Tints of Feldspar #C59275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

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

R = 42.83%
G = 31.74%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C59275 (or 0xC59275) is known color: Feldspar. HEX triplet: C5, 92 and 75. RGB value is (197,146,117). Sum of RGB (Red+Green+Blue) = 197+146+117=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C59275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59275 is #3A6D8A. Grayscale: #9E9E9E. Windows color (decimal): -3829131 or 7705285. OLE color: 7705285.

HSL color Cylindrical-coordinate representation of color #C59275: hue angle of 21.75º 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 #C59275 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 117 -
CMYK 0 0.26 0.41 0.23
HSL 21.75º 0.41% 0.62% -
HSV(B) 21.75º 0.41% 0.77% -
XYZ 36.52 33.71 21.41 -
YUV 157.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 197 146 117 0 0.26 0.41 0.23 21.75 0.41 0.62
Hex C5 92 75 0 1A 29 17 16 29 3E
Octal 305 222 165 0 32 51 27 26 51 76
Binary 11000101 10010010 1110101 0 11010 101001 10111 10110 101001 111110

Color Harmonies of #C59275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59275

Black with #C59275

Text Example


Text Example

White with #C59275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59275; }

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

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

background-color css

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

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

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

border-color css

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

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

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