#C38C70

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

Shades of Feldspar #C38C70

Tints of Feldspar #C38C70

Color information

#C38C70 (or 0xC38C70) is unknown color: approx Feldspar. HEX triplet: C3, 8C and 70. RGB value is (195,140,112). Sum of RGB (Red+Green+Blue) = 195+140+112=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C70 is #3C738F. Grayscale: #999999. Windows color (decimal): -3961744 or 7376067. OLE color: 7376067.

HSL color Cylindrical-coordinate representation of color #C38C70: hue angle of 20.24º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38C70 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB195140112-
CMYK00.280.430.24
HSL20.24º40.89%60.2%-
HSV(B)20.24º42.56%76.47%-
XYZ34.8131.5319.58-
YUV153.25104.72157.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=43.62%
G=31.32%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514011200.280.430.2420.2440.8960.2
HexC38C7001C2B1814293c
Octal3032141600345330245174
Binary110000111000110011100000111001010111100010100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C70; }

 p { color: rgb(195,140,112); }

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

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

 a { background-color: rgb(195,140,112); }

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

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

 span { border-color: rgb(195,140,112); }

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