Html Css Color HEX #C6927B Feldspar

📋 copy color: '#C6927B'

red 198 ◦ green 146 ◦ blue 123

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

Shades of Feldspar #C6927B

Tints of Feldspar #C6927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 42.4%
G = 31.26%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6927B (or 0xC6927B) is known color: Feldspar. HEX triplet: C6, 92 and 7B. RGB value is (198,146,123). Sum of RGB (Red+Green+Blue) = 198+146+123=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6927B is #396D84. Grayscale: #9F9F9F. Windows color (decimal): -3763589 or 8098502. OLE color: 8098502.

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

Color convert

RGB 198 146 123 -
CMYK 0 0.26 0.38 0.22
HSL 18.4º 0.4% 0.63% -
HSV(B) 18.4º 0.38% 0.78% -
XYZ 37.14 33.99 23.34 -
YUV 158.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 198 146 123 0 0.26 0.38 0.22 18.4 0.4 0.63
Hex C6 92 7B 0 1A 26 16 12 28 3F
Octal 306 222 173 0 32 46 26 22 50 77
Binary 11000110 10010010 1111011 0 11010 100110 10110 10010 101000 111111

Color Harmonies of #C6927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6927B

Black with #C6927B

Text Example


Text Example

White with #C6927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6927B; }

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

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

background-color css

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

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

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

border-color css

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

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

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