#C38E70

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

Shades of Feldspar #C38E70

Tints of Feldspar #C38E70

Color information

#C38E70 (or 0xC38E70) is unknown color: approx Feldspar. HEX triplet: C3, 8E and 70. RGB value is (195,142,112). Sum of RGB (Red+Green+Blue) = 195+142+112=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E70 is #3C718F. Grayscale: #9A9A9A. Windows color (decimal): -3961232 or 7376579. OLE color: 7376579.

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

Color convert

RGB195142112-
CMYK00.270.430.24
HSL21.69º40.89%60.2%-
HSV(B)21.69º42.56%76.47%-
XYZ35.132.1219.68-
YUV154.43104.06156.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=43.43%
G=31.63%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514211200.270.430.2421.6940.8960.2
HexC38E7001B2B1816293c
Octal3032161600335330265174
Binary110000111000111011100000110111010111100010110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E70; }

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

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

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

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

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

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

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

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