#C38F75

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

Shades of Feldspar #C38F75

Tints of Feldspar #C38F75

Color information

#C38F75 (or 0xC38F75) is unknown color: approx Feldspar. HEX triplet: C3, 8F and 75. RGB value is (195,143,117). Sum of RGB (Red+Green+Blue) = 195+143+117=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F75 is #3C708A. Grayscale: #9B9B9B. Windows color (decimal): -3960971 or 7704515. OLE color: 7704515.

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

Color convert

RGB195143117-
CMYK00.270.40.24
HSL20º39.39%61.18%-
HSV(B)20º40%76.47%-
XYZ35.5432.5321.24-
YUV155.58106.23156.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=42.86%
G=31.43%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514311700.270.40.242039.3961.18
HexC38F7501B281814273d
Octal3032171650335030244775
Binary110000111000111111101010110111010001100010100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F75; }

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

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

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

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

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

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

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

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