Html Css Color HEX #C58874 Feldspar

📋 copy color: '#C58874'

red 197 ◦ green 136 ◦ blue 116

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

Shades of Feldspar #C58874

Tints of Feldspar #C58874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

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

R = 43.88%
G = 30.29%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C58874 (or 0xC58874) is known color: Feldspar. HEX triplet: C5, 88 and 74. RGB value is (197,136,116). Sum of RGB (Red+Green+Blue) = 197+136+116=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58874 is #3A778B. Grayscale: #989898. Windows color (decimal): -3831692 or 7637189. OLE color: 7637189.

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

Color convert

RGB 197 136 116 -
CMYK 0 0.31 0.41 0.23
HSL 14.81º 0.41% 0.61% -
HSV(B) 14.81º 0.41% 0.77% -
XYZ 34.98 30.74 20.61 -
YUV 151.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 197 136 116 0 0.31 0.41 0.23 14.81 0.41 0.61
Hex C5 88 74 0 1F 29 17 F 29 3D
Octal 305 210 164 0 37 51 27 17 51 75
Binary 11000101 10001000 1110100 0 11111 101001 10111 1111 101001 111101

Color Harmonies of #C58874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58874

Black with #C58874

Text Example


Text Example

White with #C58874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58874; }

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

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

background-color css

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

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

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

border-color css

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

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

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