Html Css Color HEX #C6927C Feldspar

📋 copy color: '#C6927C'

red 198 ◦ green 146 ◦ blue 124

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

Shades of Feldspar #C6927C

Tints of Feldspar #C6927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

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

R = 42.31%
G = 31.2%
B = 26.5%

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

#C6927C (or 0xC6927C) is known color: Feldspar. HEX triplet: C6, 92 and 7C. RGB value is (198,146,124). Sum of RGB (Red+Green+Blue) = 198+146+124=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6927C is #396D83. Grayscale: #9F9F9F. Windows color (decimal): -3763588 or 8164038. OLE color: 8164038.

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

Color convert

RGB 198 146 124 -
CMYK 0 0.26 0.37 0.22
HSL 17.84º 0.39% 0.63% -
HSV(B) 17.84º 0.37% 0.78% -
XYZ 37.21 34.02 23.67 -
YUV 159.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 198 146 124 0 0.26 0.37 0.22 17.84 0.39 0.63
Hex C6 92 7C 0 1A 25 16 12 27 3F
Octal 306 222 174 0 32 45 26 22 47 77
Binary 11000110 10010010 1111100 0 11010 100101 10110 10010 100111 111111

Color Harmonies of #C6927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6927C

Black with #C6927C

Text Example


Text Example

White with #C6927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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