Html Css Color HEX #C6917E Feldspar

📋 copy color: '#C6917E'

red 198 ◦ green 145 ◦ blue 126

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

Shades of Feldspar #C6917E

Tints of Feldspar #C6917E

RGB

 RED value IS 198 (77.73% from 255) = 42.22%

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

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

R = 42.22%
G = 30.92%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6917E (or 0xC6917E) is known color: Feldspar. HEX triplet: C6, 91 and 7E. RGB value is (198,145,126). Sum of RGB (Red+Green+Blue) = 198+145+126=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6917E is #396E81. Grayscale: #9E9E9E. Windows color (decimal): -3763842 or 8294854. OLE color: 8294854.

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

Color convert

RGB 198 145 126 -
CMYK 0 0.27 0.36 0.22
HSL 15.83º 0.39% 0.64% -
HSV(B) 15.83º 0.36% 0.78% -
XYZ 37.18 33.76 24.3 -
YUV 158.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 198 145 126 0 0.27 0.36 0.22 15.83 0.39 0.64
Hex C6 91 7E 0 1B 24 16 10 27 40
Octal 306 221 176 0 33 44 26 20 47 100
Binary 11000110 10010001 1111110 0 11011 100100 10110 10000 100111 1000000

Color Harmonies of #C6917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6917E

Black with #C6917E

Text Example


Text Example

White with #C6917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6917E; }

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

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

background-color css

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

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

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

border-color css

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

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

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