#C38C77

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

Shades of Feldspar #C38C77

Tints of Feldspar #C38C77

Color information

#C38C77 (or 0xC38C77) is unknown color: approx Feldspar. HEX triplet: C3, 8C and 77. RGB value is (195,140,119). Sum of RGB (Red+Green+Blue) = 195+140+119=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C77 is #3C7388. Grayscale: #9A9A9A. Windows color (decimal): -3961737 or 7834819. OLE color: 7834819.

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

Color convert

RGB195140119-
CMYK00.280.390.24
HSL16.58º38.78%61.57%-
HSV(B)16.58º38.97%76.47%-
XYZ35.2131.6921.71-
YUV154.05108.22157.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=42.95%
G=30.84%
B=26.21%

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
Decimal19514011900.280.390.2416.5838.7861.57
HexC38C7701C271811273e
Octal3032141670344730214776
Binary110000111000110011101110111001001111100010001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C77; }

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

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

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

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

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

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

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

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