Html Css Color HEX #C5917C Feldspar

📋 copy color: '#C5917C'

red 197 ◦ green 145 ◦ blue 124

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

Shades of Feldspar #C5917C

Tints of Feldspar #C5917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 42.27%
G = 31.12%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5917C (or 0xC5917C) is known color: Feldspar. HEX triplet: C5, 91 and 7C. RGB value is (197,145,124). Sum of RGB (Red+Green+Blue) = 197+145+124=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5917C is #3A6E83. Grayscale: #9E9E9E. Windows color (decimal): -3829380 or 8163781. OLE color: 8163781.

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

Color convert

RGB 197 145 124 -
CMYK 0 0.26 0.37 0.23
HSL 17.26º 0.39% 0.63% -
HSV(B) 17.26º 0.37% 0.77% -
XYZ 36.79 33.58 23.61 -
YUV 158.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 197 145 124 0 0.26 0.37 0.23 17.26 0.39 0.63
Hex C5 91 7C 0 1A 25 17 11 27 3F
Octal 305 221 174 0 32 45 27 21 47 77
Binary 11000101 10010001 1111100 0 11010 100101 10111 10001 100111 111111

Color Harmonies of #C5917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5917C

Black with #C5917C

Text Example


Text Example

White with #C5917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5917C; }

 p { color: rgb(197,145,124); }

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

background-color css

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

 a { background-color: rgb(197,145,124); }

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

border-color css

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

 span { border-color: rgb(197,145,124); }

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