Html Css Color HEX #C58976 Feldspar

📋 copy color: '#C58976'

red 197 ◦ green 137 ◦ blue 118

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

Shades of Feldspar #C58976

Tints of Feldspar #C58976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 43.58%
G = 30.31%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C58976 (or 0xC58976) is known color: Feldspar. HEX triplet: C5, 89 and 76. RGB value is (197,137,118). Sum of RGB (Red+Green+Blue) = 197+137+118=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C58976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58976 is #3A7689. Grayscale: #989898. Windows color (decimal): -3831434 or 7768517. OLE color: 7768517.

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

Color convert

RGB 197 137 118 -
CMYK 0 0.30 0.40 0.23
HSL 14.43º 0.41% 0.62% -
HSV(B) 14.43º 0.4% 0.77% -
XYZ 35.24 31.07 21.28 -
YUV 152.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 197 137 118 0 0.30 0.40 0.23 14.43 0.41 0.62
Hex C5 89 76 0 1E 28 17 E 29 3E
Octal 305 211 166 0 36 50 27 16 51 76
Binary 11000101 10001001 1110110 0 11110 101000 10111 1110 101001 111110

Color Harmonies of #C58976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58976

Black with #C58976

Text Example


Text Example

White with #C58976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58976; }

 p { color: rgb(197,137,118); }

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

background-color css

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

 a { background-color: rgb(197,137,118); }

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

border-color css

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

 span { border-color: rgb(197,137,118); }

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