Html Css Color HEX #C58D7B Feldspar

📋 copy color: '#C58D7B'

red 197 ◦ green 141 ◦ blue 123

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

Shades of Feldspar #C58D7B

Tints of Feldspar #C58D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 42.73%
G = 30.59%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C58D7B (or 0xC58D7B) is known color: Feldspar. HEX triplet: C5, 8D and 7B. RGB value is (197,141,123). Sum of RGB (Red+Green+Blue) = 197+141+123=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D7B is #3A7284. Grayscale: #9B9B9B. Windows color (decimal): -3830405 or 8097221. OLE color: 8097221.

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

Color convert

RGB 197 141 123 -
CMYK 0 0.28 0.38 0.23
HSL 14.59º 0.39% 0.63% -
HSV(B) 14.59º 0.38% 0.77% -
XYZ 36.13 32.35 23.08 -
YUV 155.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 197 141 123 0 0.28 0.38 0.23 14.59 0.39 0.63
Hex C5 8D 7B 0 1C 26 17 F 27 3F
Octal 305 215 173 0 34 46 27 17 47 77
Binary 11000101 10001101 1111011 0 11100 100110 10111 1111 100111 111111

Color Harmonies of #C58D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D7B

Black with #C58D7B

Text Example


Text Example

White with #C58D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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