#C5907A

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

Shades of Feldspar #C5907A

Tints of Feldspar #C5907A

Color information

#C5907A (or 0xC5907A) is unknown color: approx Feldspar. HEX triplet: C5, 90 and 7A. RGB value is (197,144,122). Sum of RGB (Red+Green+Blue) = 197+144+122=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5907A is #3A6F85. Grayscale: #9D9D9D. Windows color (decimal): -3829638 or 8032453. OLE color: 8032453.

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

Color convert

RGB197144122-
CMYK00.270.380.23
HSL17.6º39.27%62.55%-
HSV(B)17.6º38.07%77.25%-
XYZ36.5133.2222.9-
YUV157.34108.06156.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=42.55%
G=31.10%
B=26.35%

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
Decimal19714412200.270.380.2317.639.2762.55
HexC5907A01B261712273f
Octal3052201720334627224777
Binary110001011001000011110100110111001101011110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5907A; }

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

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

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

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

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

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

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

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