#C38D77

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

Shades of Feldspar #C38D77

Tints of Feldspar #C38D77

Color information

#C38D77 (or 0xC38D77) is unknown color: approx Feldspar. HEX triplet: C3, 8D and 77. RGB value is (195,141,119). Sum of RGB (Red+Green+Blue) = 195+141+119=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D77 is #3C7288. Grayscale: #9A9A9A. Windows color (decimal): -3961481 or 7835075. OLE color: 7835075.

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

Color convert

RGB195141119-
CMYK00.280.390.24
HSL17.37º38.78%61.57%-
HSV(B)17.37º38.97%76.47%-
XYZ35.3631.9821.76-
YUV154.64107.89156.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=42.86%
G=30.99%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514111900.280.390.2417.3738.7861.57
HexC38D7701C271811273e
Octal3032151670344730214776
Binary110000111000110111101110111001001111100010001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D77; }

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

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

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

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

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

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

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

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