#C38D6D

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

Shades of Feldspar #C38D6D

Tints of Feldspar #C38D6D

Color information

#C38D6D (or 0xC38D6D) is unknown color: approx Feldspar. HEX triplet: C3, 8D and 6D. RGB value is (195,141,109). Sum of RGB (Red+Green+Blue) = 195+141+109=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D6D is #3C7292. Grayscale: #999999. Windows color (decimal): -3961491 or 7179715. OLE color: 7179715.

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

Color convert

RGB195141109-
CMYK00.280.440.24
HSL22.33º41.75%59.61%-
HSV(B)22.33º44.1%76.47%-
XYZ34.7931.7618.76-
YUV153.5102.89157.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=43.82%
G=31.69%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514110900.280.440.2422.3341.7559.61
HexC38D6D01C2C18162a3c
Octal3032151550345430265274
Binary110000111000110111011010111001011001100010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D6D; }

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

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

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

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

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

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

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

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