#C08B6F

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

Shades of Feldspar #C08B6F

Tints of Feldspar #C08B6F

Color information

#C08B6F (or 0xC08B6F) is unknown color: approx Feldspar. HEX triplet: C0, 8B and 6F. RGB value is (192,139,111). Sum of RGB (Red+Green+Blue) = 192+139+111=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B6F is #3F7490. Grayscale: #979797. Windows color (decimal): -4158609 or 7310272. OLE color: 7310272.

HSL color Cylindrical-coordinate representation of color #C08B6F: hue angle of 20.74º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08B6F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB192139111-
CMYK00.280.420.25
HSL20.74º39.13%59.41%-
HSV(B)20.74º42.19%75.29%-
XYZ33.8430.8219.2-
YUV151.65105.06156.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=43.44%
G=31.45%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213911100.280.420.2520.7439.1359.41
HexC08B6F01C2A1915273b
Octal3002131570345231254773
Binary110000001000101111011110111001010101100110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B6F; }

 p { color: rgb(192,139,111); }

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

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

 a { background-color: rgb(192,139,111); }

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

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

 span { border-color: rgb(192,139,111); }

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