Html Css Color HEX #C58F7B Feldspar

📋 copy color: '#C58F7B'

red 197 ◦ green 143 ◦ blue 123

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

Shades of Feldspar #C58F7B

Tints of Feldspar #C58F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 42.55%
G = 30.89%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C58F7B (or 0xC58F7B) is known color: Feldspar. HEX triplet: C5, 8F and 7B. RGB value is (197,143,123). Sum of RGB (Red+Green+Blue) = 197+143+123=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F7B is #3A7084. Grayscale: #9C9C9C. Windows color (decimal): -3829893 or 8097733. OLE color: 8097733.

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

Color convert

RGB 197 143 123 -
CMYK 0 0.27 0.38 0.23
HSL 16.22º 0.39% 0.63% -
HSV(B) 16.22º 0.38% 0.77% -
XYZ 36.42 32.95 23.18 -
YUV 156.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 197 143 123 0 0.27 0.38 0.23 16.22 0.39 0.63
Hex C5 8F 7B 0 1B 26 17 10 27 3F
Octal 305 217 173 0 33 46 27 20 47 77
Binary 11000101 10001111 1111011 0 11011 100110 10111 10000 100111 111111

Color Harmonies of #C58F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F7B

Black with #C58F7B

Text Example


Text Example

White with #C58F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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