Html Css Color HEX #C58770 Feldspar

📋 copy color: '#C58770'

red 197 ◦ green 135 ◦ blue 112

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

Shades of Feldspar #C58770

Tints of Feldspar #C58770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.41%

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

R = 44.37%
G = 30.41%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58770 (or 0xC58770) is known color: Feldspar. HEX triplet: C5, 87 and 70. RGB value is (197,135,112). Sum of RGB (Red+Green+Blue) = 197+135+112=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C58770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58770 is #3A788F. Grayscale: #979797. Windows color (decimal): -3831952 or 7374789. OLE color: 7374789.

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

Color convert

RGB 197 135 112 -
CMYK 0 0.31 0.43 0.23
HSL 16.24º 0.42% 0.61% -
HSV(B) 16.24º 0.43% 0.77% -
XYZ 34.61 30.37 19.37 -
YUV 150.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 197 135 112 0 0.31 0.43 0.23 16.24 0.42 0.61
Hex C5 87 70 0 1F 2B 17 10 2A 3D
Octal 305 207 160 0 37 53 27 20 52 75
Binary 11000101 10000111 1110000 0 11111 101011 10111 10000 101010 111101

Color Harmonies of #C58770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58770

Black with #C58770

Text Example


Text Example

White with #C58770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58770; }

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

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

background-color css

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

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

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

border-color css

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

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

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