#C08C6D

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

Shades of Feldspar #C08C6D

Tints of Feldspar #C08C6D

Color information

#C08C6D (or 0xC08C6D) is unknown color: approx Feldspar. HEX triplet: C0, 8C and 6D. RGB value is (192,140,109). Sum of RGB (Red+Green+Blue) = 192+140+109=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C6D is #3F7392. Grayscale: #989898. Windows color (decimal): -4158355 or 7179456. OLE color: 7179456.

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

Color convert

RGB192140109-
CMYK00.270.430.25
HSL22.41º39.71%59.02%-
HSV(B)22.41º43.23%75.29%-
XYZ33.8831.0718.68-
YUV152.01103.73156.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=43.54%
G=31.75%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214010900.270.430.2522.4139.7159.02
HexC08C6D01B2B1916283b
Octal3002141550335331265073
Binary110000001000110011011010110111010111100110110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C6D; }

 p { color: rgb(192,140,109); }

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

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

 a { background-color: rgb(192,140,109); }

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

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

 span { border-color: rgb(192,140,109); }

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