#C68D70

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

Shades of Feldspar #C68D70

Tints of Feldspar #C68D70

Color information

#C68D70 (or 0xC68D70) is unknown color: approx Feldspar. HEX triplet: C6, 8D and 70. RGB value is (198,141,112). Sum of RGB (Red+Green+Blue) = 198+141+112=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D70 is #39728F. Grayscale: #9A9A9A. Windows color (decimal): -3764880 or 7376326. OLE color: 7376326.

HSL color Cylindrical-coordinate representation of color #C68D70: hue angle of 20.23º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68D70 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198141112-
CMYK00.290.430.22
HSL20.23º43%60.78%-
HSV(B)20.23º43.43%77.65%-
XYZ35.7432.2319.67-
YUV154.74103.88158.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=43.90%
G=31.26%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814111200.290.430.2220.234360.78
HexC68D7001D2B16142b3d
Octal3062151600355326245375
Binary110001101000110111100000111011010111011010100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D70; }

 p { color: rgb(198,141,112); }

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

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

 a { background-color: rgb(198,141,112); }

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

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

 span { border-color: rgb(198,141,112); }

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