Html Css Color HEX #C4906F Feldspar

📋 copy color: '#C4906F'

red 196 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #C4906F

Tints of Feldspar #C4906F

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

 GREEN value IS 144 (56.64% from 255) = 31.93%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 43.46%
G = 31.93%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4906F (or 0xC4906F) is known color: Feldspar. HEX triplet: C4, 90 and 6F. RGB value is (196,144,111). Sum of RGB (Red+Green+Blue) = 196+144+111=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4906F is #3B6F90. Grayscale: #9B9B9B. Windows color (decimal): -3895185 or 7311556. OLE color: 7311556.

HSL color Cylindrical-coordinate representation of color #C4906F: hue angle of 23.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4906F is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 111 -
CMYK 0 0.27 0.43 0.23
HSL 23.29º 0.42% 0.6% -
HSV(B) 23.29º 0.43% 0.77% -
XYZ 35.61 32.83 19.5 -
YUV 155.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 196 144 111 0 0.27 0.43 0.23 23.29 0.42 0.6
Hex C4 90 6F 0 1B 2B 17 17 2A 3C
Octal 304 220 157 0 33 53 27 27 52 74
Binary 11000100 10010000 1101111 0 11011 101011 10111 10111 101010 111100

Color Harmonies of #C4906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4906F

Black with #C4906F

Text Example


Text Example

White with #C4906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4906F; }

 p { color: rgb(196,144,111); }

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

background-color css

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

 a { background-color: rgb(196,144,111); }

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

border-color css

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

 span { border-color: rgb(196,144,111); }

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