Html Css Color HEX #C7947B Feldspar

📋 copy color: '#C7947B'

red 199 ◦ green 148 ◦ blue 123

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

Shades of Feldspar #C7947B

Tints of Feldspar #C7947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

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

R = 42.34%
G = 31.49%
B = 26.17%

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

#C7947B (or 0xC7947B) is known color: Feldspar. HEX triplet: C7, 94 and 7B. RGB value is (199,148,123). Sum of RGB (Red+Green+Blue) = 199+148+123=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7947B is #386B84. Grayscale: #A0A0A0. Windows color (decimal): -3697541 or 8099015. OLE color: 8099015.

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

Color convert

RGB 199 148 123 -
CMYK 0 0.26 0.38 0.22
HSL 19.74º 0.4% 0.63% -
HSV(B) 19.74º 0.38% 0.78% -
XYZ 37.72 34.75 23.46 -
YUV 160.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 199 148 123 0 0.26 0.38 0.22 19.74 0.4 0.63
Hex C7 94 7B 0 1A 26 16 14 28 3F
Octal 307 224 173 0 32 46 26 24 50 77
Binary 11000111 10010100 1111011 0 11010 100110 10110 10100 101000 111111

Color Harmonies of #C7947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7947B

Black with #C7947B

Text Example


Text Example

White with #C7947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7947B; }

 p { color: rgb(199,148,123); }

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

background-color css

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

 a { background-color: rgb(199,148,123); }

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

border-color css

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

 span { border-color: rgb(199,148,123); }

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