Html Css Color HEX #C58B74 Feldspar

📋 copy color: '#C58B74'

red 197 ◦ green 139 ◦ blue 116

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

Shades of Feldspar #C58B74

Tints of Feldspar #C58B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 43.58%
G = 30.75%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C58B74 (or 0xC58B74) is known color: Feldspar. HEX triplet: C5, 8B and 74. RGB value is (197,139,116). Sum of RGB (Red+Green+Blue) = 197+139+116=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B74 is #3A748B. Grayscale: #999999. Windows color (decimal): -3830924 or 7637957. OLE color: 7637957.

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

Color convert

RGB 197 139 116 -
CMYK 0 0.29 0.41 0.23
HSL 17.04º 0.41% 0.61% -
HSV(B) 17.04º 0.41% 0.77% -
XYZ 35.41 31.6 20.76 -
YUV 153.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 197 139 116 0 0.29 0.41 0.23 17.04 0.41 0.61
Hex C5 8B 74 0 1D 29 17 11 29 3D
Octal 305 213 164 0 35 51 27 21 51 75
Binary 11000101 10001011 1110100 0 11101 101001 10111 10001 101001 111101

Color Harmonies of #C58B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B74

Black with #C58B74

Text Example


Text Example

White with #C58B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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