#C4917A

Color #C4917A Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #C4917A

Tints of Feldspar #C4917A

Color information

#C4917A (or 0xC4917A) is unknown color: approx Feldspar. HEX triplet: C4, 91 and 7A. RGB value is (196,145,122). Sum of RGB (Red+Green+Blue) = 196+145+122=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4917A is #3B6E85. Grayscale: #9D9D9D. Windows color (decimal): -3894918 or 8032708. OLE color: 8032708.

HSL color Cylindrical-coordinate representation of color #C4917A: hue angle of 18.65º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4917A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196145122-
CMYK00.260.380.23
HSL18.65º38.54%62.35%-
HSV(B)18.65º37.76%76.86%-
XYZ36.433.3922.94-
YUV157.63107.9155.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=42.33%
G=31.32%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614512200.260.380.2318.6538.5462.35
HexC4917A01A261713273e
Octal3042211720324627234776
Binary110001001001000111110100110101001101011110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4917A; }

 p { color: rgb(196,145,122); }

 H1.HeaderClassName
 {
   color: #C4917A;
 }
 .AnyTagClassName
 {
   color: #C4917A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,145,122); }

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

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

 span { border-color: rgb(196,145,122); }

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