#C39077

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

Shades of Feldspar #C39077

Tints of Feldspar #C39077

Color information

#C39077 (or 0xC39077) is unknown color: approx Feldspar. HEX triplet: C3, 90 and 77. RGB value is (195,144,119). Sum of RGB (Red+Green+Blue) = 195+144+119=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C39077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39077 is #3C6F88. Grayscale: #9C9C9C. Windows color (decimal): -3960713 or 7835843. OLE color: 7835843.

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

Color convert

RGB195144119-
CMYK00.260.390.24
HSL19.74º38.78%61.57%-
HSV(B)19.74º38.97%76.47%-
XYZ35.8132.8821.91-
YUV156.4106.9155.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=42.58%
G=31.44%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514411900.260.390.2419.7438.7861.57
HexC3907701A271814273e
Octal3032201670324730244776
Binary110000111001000011101110110101001111100010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39077; }

 p { color: rgb(195,144,119); }

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

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

 a { background-color: rgb(195,144,119); }

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

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

 span { border-color: rgb(195,144,119); }

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