#C38C75

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

Shades of Feldspar #C38C75

Tints of Feldspar #C38C75

Color information

#C38C75 (or 0xC38C75) is unknown color: approx Feldspar. HEX triplet: C3, 8C and 75. RGB value is (195,140,117). Sum of RGB (Red+Green+Blue) = 195+140+117=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C75 is #3C738A. Grayscale: #999999. Windows color (decimal): -3961739 or 7703747. OLE color: 7703747.

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

Color convert

RGB195140117-
CMYK00.280.40.24
HSL17.69º39.39%61.18%-
HSV(B)17.69º40%76.47%-
XYZ35.0931.6421.09-
YUV153.82107.22157.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=43.14%
G=30.97%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514011700.280.40.2417.6939.3961.18
HexC38C7501C281812273d
Octal3032141650345030224775
Binary110000111000110011101010111001010001100010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C75; }

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

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

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

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

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

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

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

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