#C4917B

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

Shades of Feldspar #C4917B

Tints of Feldspar #C4917B

Color information

#C4917B (or 0xC4917B) is unknown color: approx Feldspar. HEX triplet: C4, 91 and 7B. RGB value is (196,145,123). Sum of RGB (Red+Green+Blue) = 196+145+123=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4917B is #3B6E84. Grayscale: #9D9D9D. Windows color (decimal): -3894917 or 8098244. OLE color: 8098244.

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

Color convert

RGB196145123-
CMYK00.260.370.23
HSL18.08º38.22%62.55%-
HSV(B)18.08º37.24%76.86%-
XYZ36.4733.4223.27-
YUV157.74108.4155.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=42.24%
G=31.25%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614512300.260.370.2318.0838.2262.55
HexC4917B01A251712263f
Octal3042211730324527224677
Binary110001001001000111110110110101001011011110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4917B; }

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

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

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

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

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

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

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

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