#C08A6E

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

Shades of Feldspar #C08A6E

Tints of Feldspar #C08A6E

Color information

#C08A6E (or 0xC08A6E) is unknown color: approx Feldspar. HEX triplet: C0, 8A and 6E. RGB value is (192,138,110). Sum of RGB (Red+Green+Blue) = 192+138+110=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A6E is #3F7591. Grayscale: #979797. Windows color (decimal): -4158866 or 7244480. OLE color: 7244480.

HSL color Cylindrical-coordinate representation of color #C08A6E: hue angle of 20.49º degrees, saturation: 0.39, 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 #C08A6E is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192138110-
CMYK00.280.430.25
HSL20.49º39.42%59.22%-
HSV(B)20.49º42.71%75.29%-
XYZ33.6430.5118.87-
YUV150.95104.89157.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 110 (43.36% from 255) = 25%
R=43.64%
G=31.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213811000.280.430.2520.4939.4259.22
HexC08A6E01C2B1914273b
Octal3002121560345331244773
Binary110000001000101011011100111001010111100110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A6E; }

 p { color: rgb(192,138,110); }

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

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

 a { background-color: rgb(192,138,110); }

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

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

 span { border-color: rgb(192,138,110); }

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