Html Css Color HEX #C7927D Feldspar

📋 copy color: '#C7927D'

red 199 ◦ green 146 ◦ blue 125

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

Shades of Feldspar #C7927D

Tints of Feldspar #C7927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 42.34%
G = 31.06%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7927D (or 0xC7927D) is known color: Feldspar. HEX triplet: C7, 92 and 7D. RGB value is (199,146,125). Sum of RGB (Red+Green+Blue) = 199+146+125=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7927D is #386D82. Grayscale: #9F9F9F. Windows color (decimal): -3698051 or 8229575. OLE color: 8229575.

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

Color convert

RGB 199 146 125 -
CMYK 0 0.27 0.37 0.22
HSL 17.03º 0.4% 0.64% -
HSV(B) 17.03º 0.37% 0.78% -
XYZ 37.53 34.18 24.02 -
YUV 159.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 199 146 125 0 0.27 0.37 0.22 17.03 0.4 0.64
Hex C7 92 7D 0 1B 25 16 11 28 40
Octal 307 222 175 0 33 45 26 21 50 100
Binary 11000111 10010010 1111101 0 11011 100101 10110 10001 101000 1000000

Color Harmonies of #C7927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7927D

Black with #C7927D

Text Example


Text Example

White with #C7927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7927D; }

 p { color: rgb(199,146,125); }

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

background-color css

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

 a { background-color: rgb(199,146,125); }

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

border-color css

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

 span { border-color: rgb(199,146,125); }

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