Html Css Color HEX #C59077 Feldspar

📋 copy color: '#C59077'

red 197 ◦ green 144 ◦ blue 119

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

Shades of Feldspar #C59077

Tints of Feldspar #C59077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.3%

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 42.83%
G = 31.3%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C59077 (or 0xC59077) is known color: Feldspar. HEX triplet: C5, 90 and 77. RGB value is (197,144,119). Sum of RGB (Red+Green+Blue) = 197+144+119=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C59077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59077 is #3A6F88. Grayscale: #9D9D9D. Windows color (decimal): -3829641 or 7835845. OLE color: 7835845.

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

Color convert

RGB 197 144 119 -
CMYK 0 0.27 0.40 0.23
HSL 19.23º 0.4% 0.62% -
HSV(B) 19.23º 0.4% 0.77% -
XYZ 36.33 33.15 21.94 -
YUV 157 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 197 144 119 0 0.27 0.40 0.23 19.23 0.4 0.62
Hex C5 90 77 0 1B 28 17 13 28 3E
Octal 305 220 167 0 33 50 27 23 50 76
Binary 11000101 10010000 1110111 0 11011 101000 10111 10011 101000 111110

Color Harmonies of #C59077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59077

Black with #C59077

Text Example


Text Example

White with #C59077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59077; }

 p { color: rgb(197,144,119); }

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

background-color css

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

 a { background-color: rgb(197,144,119); }

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

border-color css

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

 span { border-color: rgb(197,144,119); }

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