Html Css Color HEX #C7907E Feldspar

📋 copy color: '#C7907E'

red 199 ◦ green 144 ◦ blue 126

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

Shades of Feldspar #C7907E

Tints of Feldspar #C7907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.7%

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

R = 42.43%
G = 30.7%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7907E (or 0xC7907E) is known color: Feldspar. HEX triplet: C7, 90 and 7E. RGB value is (199,144,126). Sum of RGB (Red+Green+Blue) = 199+144+126=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7907E is #386F81. Grayscale: #9E9E9E. Windows color (decimal): -3698562 or 8294599. OLE color: 8294599.

HSL color Cylindrical-coordinate representation of color #C7907E: hue angle of 14.79º 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 #C7907E is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 144 126 -
CMYK 0 0.28 0.37 0.22
HSL 14.79º 0.39% 0.64% -
HSV(B) 14.79º 0.37% 0.78% -
XYZ 37.29 33.59 24.26 -
YUV 158.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 199 144 126 0 0.28 0.37 0.22 14.79 0.39 0.64
Hex C7 90 7E 0 1C 25 16 F 27 40
Octal 307 220 176 0 34 45 26 17 47 100
Binary 11000111 10010000 1111110 0 11100 100101 10110 1111 100111 1000000

Color Harmonies of #C7907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7907E

Black with #C7907E

Text Example


Text Example

White with #C7907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7907E; }

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

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

background-color css

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

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

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

border-color css

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

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

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