#C38F77

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

Shades of Feldspar #C38F77

Tints of Feldspar #C38F77

Color information

#C38F77 (or 0xC38F77) is unknown color: approx Feldspar. HEX triplet: C3, 8F and 77. RGB value is (195,143,119). Sum of RGB (Red+Green+Blue) = 195+143+119=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F77 is #3C7088. Grayscale: #9B9B9B. Windows color (decimal): -3960969 or 7835587. OLE color: 7835587.

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

Color convert

RGB195143119-
CMYK00.270.390.24
HSL18.95º38.78%61.57%-
HSV(B)18.95º38.97%76.47%-
XYZ35.6632.5821.86-
YUV155.81107.23155.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 119 (46.88% from 255) = 26.04%
R=42.67%
G=31.29%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514311900.270.390.2418.9538.7861.57
HexC38F7701B271813273e
Octal3032171670334730234776
Binary110000111000111111101110110111001111100010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F77; }

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

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

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

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

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

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

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

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