#C38D70

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

Shades of Feldspar #C38D70

Tints of Feldspar #C38D70

Color information

#C38D70 (or 0xC38D70) is unknown color: approx Feldspar. HEX triplet: C3, 8D and 70. RGB value is (195,141,112). Sum of RGB (Red+Green+Blue) = 195+141+112=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D70 is #3C728F. Grayscale: #9A9A9A. Windows color (decimal): -3961488 or 7376323. OLE color: 7376323.

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

Color convert

RGB195141112-
CMYK00.280.430.24
HSL20.96º40.89%60.2%-
HSV(B)20.96º42.56%76.47%-
XYZ34.9631.8219.63-
YUV153.84104.39157.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 112 (44.14% from 255) = 25%
R=43.53%
G=31.47%
B=25%

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
Decimal19514111200.280.430.2420.9640.8960.2
HexC38D7001C2B1815293c
Octal3032151600345330255174
Binary110000111000110111100000111001010111100010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D70; }

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

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

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

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

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

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

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

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