Html Css Color HEX #C7917E Feldspar

📋 copy color: '#C7917E'

red 199 ◦ green 145 ◦ blue 126

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

Shades of Feldspar #C7917E

Tints of Feldspar #C7917E

RGB

 RED value IS 199 (78.13% from 255) = 42.34%

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

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 42.34%
G = 30.85%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7917E (or 0xC7917E) is known color: Feldspar. HEX triplet: C7, 91 and 7E. RGB value is (199,145,126). Sum of RGB (Red+Green+Blue) = 199+145+126=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7917E is #386E81. Grayscale: #9F9F9F. Windows color (decimal): -3698306 or 8294855. OLE color: 8294855.

HSL color Cylindrical-coordinate representation of color #C7917E: hue angle of 15.62º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7917E is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 126 -
CMYK 0 0.27 0.37 0.22
HSL 15.62º 0.39% 0.64% -
HSV(B) 15.62º 0.37% 0.78% -
XYZ 37.44 33.9 24.31 -
YUV 158.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 199 145 126 0 0.27 0.37 0.22 15.62 0.39 0.64
Hex C7 91 7E 0 1B 25 16 10 27 40
Octal 307 221 176 0 33 45 26 20 47 100
Binary 11000111 10010001 1111110 0 11011 100101 10110 10000 100111 1000000

Color Harmonies of #C7917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7917E

Black with #C7917E

Text Example


Text Example

White with #C7917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7917E; }

 p { color: rgb(199,145,126); }

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

background-color css

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

 a { background-color: rgb(199,145,126); }

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

border-color css

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

 span { border-color: rgb(199,145,126); }

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