Html Css Color HEX #C58B70 Feldspar

📋 copy color: '#C58B70'

red 197 ◦ green 139 ◦ blue 112

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

Shades of Feldspar #C58B70

Tints of Feldspar #C58B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

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

R = 43.97%
G = 31.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58B70 (or 0xC58B70) is known color: Feldspar. HEX triplet: C5, 8B and 70. RGB value is (197,139,112). Sum of RGB (Red+Green+Blue) = 197+139+112=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B70 is #3A748F. Grayscale: #999999. Windows color (decimal): -3830928 or 7375813. OLE color: 7375813.

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

Color convert

RGB 197 139 112 -
CMYK 0 0.29 0.43 0.23
HSL 19.06º 0.42% 0.61% -
HSV(B) 19.06º 0.43% 0.77% -
XYZ 35.18 31.51 19.56 -
YUV 153.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 197 139 112 0 0.29 0.43 0.23 19.06 0.42 0.61
Hex C5 8B 70 0 1D 2B 17 13 2A 3D
Octal 305 213 160 0 35 53 27 23 52 75
Binary 11000101 10001011 1110000 0 11101 101011 10111 10011 101010 111101

Color Harmonies of #C58B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B70

Black with #C58B70

Text Example


Text Example

White with #C58B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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