#C4907C

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

Shades of Feldspar #C4907C

Tints of Feldspar #C4907C

Color information

#C4907C (or 0xC4907C) is unknown color: approx Feldspar. HEX triplet: C4, 90 and 7C. RGB value is (196,144,124). Sum of RGB (Red+Green+Blue) = 196+144+124=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907C is #3B6F83. Grayscale: #9D9D9D. Windows color (decimal): -3895172 or 8163524. OLE color: 8163524.

HSL color Cylindrical-coordinate representation of color #C4907C: hue angle of 16.67º 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 #C4907C is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB196144124-
CMYK00.270.370.23
HSL16.67º37.89%62.75%-
HSV(B)16.67º36.73%76.86%-
XYZ36.3833.1423.55-
YUV157.27109.23155.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=42.24%
G=31.03%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614412400.270.370.2316.6737.8962.75
HexC4907C01B251711263f
Octal3042201740334527214677
Binary110001001001000011111000110111001011011110001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4907C; }

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

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

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

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

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

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

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

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