Html Css Color HEX #C6937C Feldspar

📋 copy color: '#C6937C'

red 198 ◦ green 147 ◦ blue 124

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

Shades of Feldspar #C6937C

Tints of Feldspar #C6937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

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

R = 42.22%
G = 31.34%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6937C (or 0xC6937C) is known color: Feldspar. HEX triplet: C6, 93 and 7C. RGB value is (198,147,124). Sum of RGB (Red+Green+Blue) = 198+147+124=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6937C is #396C83. Grayscale: #9F9F9F. Windows color (decimal): -3763332 or 8164294. OLE color: 8164294.

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

Color convert

RGB 198 147 124 -
CMYK 0 0.26 0.37 0.22
HSL 18.65º 0.39% 0.63% -
HSV(B) 18.65º 0.37% 0.78% -
XYZ 37.36 34.33 23.73 -
YUV 159.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 198 147 124 0 0.26 0.37 0.22 18.65 0.39 0.63
Hex C6 93 7C 0 1A 25 16 13 27 3F
Octal 306 223 174 0 32 45 26 23 47 77
Binary 11000110 10010011 1111100 0 11010 100101 10110 10011 100111 111111

Color Harmonies of #C6937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6937C

Black with #C6937C

Text Example


Text Example

White with #C6937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6937C; }

 p { color: rgb(198,147,124); }

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

background-color css

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

 a { background-color: rgb(198,147,124); }

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

border-color css

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

 span { border-color: rgb(198,147,124); }

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