Html Css Color HEX #C7947A Feldspar

📋 copy color: '#C7947A'

red 199 ◦ green 148 ◦ blue 122

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

Shades of Feldspar #C7947A

Tints of Feldspar #C7947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 42.43%
G = 31.56%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7947A (or 0xC7947A) is known color: Feldspar. HEX triplet: C7, 94 and 7A. RGB value is (199,148,122). Sum of RGB (Red+Green+Blue) = 199+148+122=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7947A is #386B85. Grayscale: #A0A0A0. Windows color (decimal): -3697542 or 8033479. OLE color: 8033479.

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

Color convert

RGB 199 148 122 -
CMYK 0 0.26 0.39 0.22
HSL 20.26º 0.41% 0.63% -
HSV(B) 20.26º 0.39% 0.78% -
XYZ 37.66 34.73 23.13 -
YUV 160.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 199 148 122 0 0.26 0.39 0.22 20.26 0.41 0.63
Hex C7 94 7A 0 1A 27 16 14 29 3F
Octal 307 224 172 0 32 47 26 24 51 77
Binary 11000111 10010100 1111010 0 11010 100111 10110 10100 101001 111111

Color Harmonies of #C7947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7947A

Black with #C7947A

Text Example


Text Example

White with #C7947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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