#C38B6C

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

Shades of Feldspar #C38B6C

Tints of Feldspar #C38B6C

Color information

#C38B6C (or 0xC38B6C) is unknown color: approx Feldspar. HEX triplet: C3, 8B and 6C. RGB value is (195,139,108). Sum of RGB (Red+Green+Blue) = 195+139+108=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B6C is #3C7493. Grayscale: #989898. Windows color (decimal): -3962004 or 7113667. OLE color: 7113667.

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

Color convert

RGB195139108-
CMYK00.290.450.24
HSL21.38º42.03%59.41%-
HSV(B)21.38º44.62%76.47%-
XYZ34.4531.1518.38-
YUV152.21103.05158.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.12%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=44.12%
G=31.45%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513910800.290.450.2421.3842.0359.41
HexC38B6C01D2D18152a3b
Octal3032131540355530255273
Binary110000111000101111011000111011011011100010101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B6C; }

 p { color: rgb(195,139,108); }

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

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

 a { background-color: rgb(195,139,108); }

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

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

 span { border-color: rgb(195,139,108); }

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