Html Css Color HEX #C58D6D Feldspar

📋 copy color: '#C58D6D'

red 197 ◦ green 141 ◦ blue 109

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

Shades of Feldspar #C58D6D

Tints of Feldspar #C58D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 44.07%
G = 31.54%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C58D6D (or 0xC58D6D) is known color: Feldspar. HEX triplet: C5, 8D and 6D. RGB value is (197,141,109). Sum of RGB (Red+Green+Blue) = 197+141+109=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D6D is #3A7292. Grayscale: #9A9A9A. Windows color (decimal): -3830419 or 7179717. OLE color: 7179717.

HSL color Cylindrical-coordinate representation of color #C58D6D: hue angle of 21.82º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C58D6D is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 109 -
CMYK 0 0.28 0.45 0.23
HSL 21.82º 0.43% 0.6% -
HSV(B) 21.82º 0.45% 0.77% -
XYZ 35.31 32.02 18.79 -
YUV 154.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 197 141 109 0 0.28 0.45 0.23 21.82 0.43 0.6
Hex C5 8D 6D 0 1C 2D 17 16 2B 3C
Octal 305 215 155 0 34 55 27 26 53 74
Binary 11000101 10001101 1101101 0 11100 101101 10111 10110 101011 111100

Color Harmonies of #C58D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D6D

Black with #C58D6D

Text Example


Text Example

White with #C58D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D6D; }

 p { color: rgb(197,141,109); }

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

background-color css

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

 a { background-color: rgb(197,141,109); }

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

border-color css

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

 span { border-color: rgb(197,141,109); }

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