#C5907B

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

Shades of Feldspar #C5907B

Tints of Feldspar #C5907B

Color information

#C5907B (or 0xC5907B) is unknown color: approx Feldspar. HEX triplet: C5, 90 and 7B. RGB value is (197,144,123). Sum of RGB (Red+Green+Blue) = 197+144+123=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5907B is #3A6F84. Grayscale: #9D9D9D. Windows color (decimal): -3829637 or 8097989. OLE color: 8097989.

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

Color convert

RGB197144123-
CMYK00.270.380.23
HSL17.03º38.95%62.75%-
HSV(B)17.03º37.56%77.25%-
XYZ36.5733.2523.23-
YUV157.45108.56156.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=42.46%
G=31.03%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714412300.270.380.2317.0338.9562.75
HexC5907B01B261711273f
Octal3052201730334627214777
Binary110001011001000011110110110111001101011110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5907B; }

 p { color: rgb(197,144,123); }

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

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

 a { background-color: rgb(197,144,123); }

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

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

 span { border-color: rgb(197,144,123); }

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