Html Css Color HEX #C58C75 Feldspar

📋 copy color: '#C58C75'

red 197 ◦ green 140 ◦ blue 117

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

Shades of Feldspar #C58C75

Tints of Feldspar #C58C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

 BLUE value IS 117 (46.09% from 255) = 25.77%

R = 43.39%
G = 30.84%
B = 25.77%

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

#C58C75 (or 0xC58C75) is known color: Feldspar. HEX triplet: C5, 8C and 75. RGB value is (197,140,117). Sum of RGB (Red+Green+Blue) = 197+140+117=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C75 is #3A738A. Grayscale: #9A9A9A. Windows color (decimal): -3830667 or 7703749. OLE color: 7703749.

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

Color convert

RGB 197 140 117 -
CMYK 0 0.29 0.41 0.23
HSL 17.25º 0.41% 0.62% -
HSV(B) 17.25º 0.41% 0.77% -
XYZ 35.61 31.91 21.11 -
YUV 154.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 197 140 117 0 0.29 0.41 0.23 17.25 0.41 0.62
Hex C5 8C 75 0 1D 29 17 11 29 3E
Octal 305 214 165 0 35 51 27 21 51 76
Binary 11000101 10001100 1110101 0 11101 101001 10111 10001 101001 111110

Color Harmonies of #C58C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C75

Black with #C58C75

Text Example


Text Example

White with #C58C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C75; }

 p { color: rgb(197,140,117); }

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

background-color css

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

 a { background-color: rgb(197,140,117); }

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

border-color css

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

 span { border-color: rgb(197,140,117); }

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