#C38B76

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

Shades of Feldspar #C38B76

Tints of Feldspar #C38B76

Color information

#C38B76 (or 0xC38B76) is unknown color: approx Feldspar. HEX triplet: C3, 8B and 76. RGB value is (195,139,118). Sum of RGB (Red+Green+Blue) = 195+139+118=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B76 is #3C7489. Grayscale: #999999. Windows color (decimal): -3961994 or 7769027. OLE color: 7769027.

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

Color convert

RGB195139118-
CMYK00.290.390.24
HSL16.36º39.09%61.37%-
HSV(B)16.36º39.49%76.47%-
XYZ35.0131.3821.35-
YUV153.35108.05157.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=43.14%
G=30.75%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513911800.290.390.2416.3639.0961.37
HexC38B7601D271810273d
Octal3032131660354730204775
Binary110000111000101111101100111011001111100010000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B76; }

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

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

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

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

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

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

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

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