Html Css Color HEX #C58970 Feldspar

📋 copy color: '#C58970'

red 197 ◦ green 137 ◦ blue 112

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

Shades of Feldspar #C58970

Tints of Feldspar #C58970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 44.17%
G = 30.72%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58970 (or 0xC58970) is known color: Feldspar. HEX triplet: C5, 89 and 70. RGB value is (197,137,112). Sum of RGB (Red+Green+Blue) = 197+137+112=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C58970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58970 is #3A768F. Grayscale: #989898. Windows color (decimal): -3831440 or 7375301. OLE color: 7375301.

HSL color Cylindrical-coordinate representation of color #C58970: hue angle of 17.65º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58970 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 137 112 -
CMYK 0 0.30 0.43 0.23
HSL 17.65º 0.42% 0.61% -
HSV(B) 17.65º 0.43% 0.77% -
XYZ 34.9 30.93 19.46 -
YUV 152.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 197 137 112 0 0.30 0.43 0.23 17.65 0.42 0.61
Hex C5 89 70 0 1E 2B 17 12 2A 3D
Octal 305 211 160 0 36 53 27 22 52 75
Binary 11000101 10001001 1110000 0 11110 101011 10111 10010 101010 111101

Color Harmonies of #C58970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58970

Black with #C58970

Text Example


Text Example

White with #C58970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58970; }

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

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

background-color css

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

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

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

border-color css

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

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

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