#C38B73

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

Shades of Feldspar #C38B73

Tints of Feldspar #C38B73

Color information

#C38B73 (or 0xC38B73) is unknown color: approx Feldspar. HEX triplet: C3, 8B and 73. RGB value is (195,139,115). Sum of RGB (Red+Green+Blue) = 195+139+115=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B73 is #3C748C. Grayscale: #999999. Windows color (decimal): -3961997 or 7572419. OLE color: 7572419.

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

Color convert

RGB195139115-
CMYK00.290.410.24
HSL18º40%60.78%-
HSV(B)18º41.03%76.47%-
XYZ34.8331.3120.43-
YUV153.01106.55157.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=43.43%
G=30.96%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513911500.290.410.24184060.78
HexC38B7301D291812283d
Octal3032131630355130225075
Binary110000111000101111100110111011010011100010010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B73; }

 p { color: rgb(195,139,115); }

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

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

 a { background-color: rgb(195,139,115); }

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

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

 span { border-color: rgb(195,139,115); }

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