#C68E75

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

Shades of Feldspar #C68E75

Tints of Feldspar #C68E75

Color information

#C68E75 (or 0xC68E75) is unknown color: approx Feldspar. HEX triplet: C6, 8E and 75. RGB value is (198,142,117). Sum of RGB (Red+Green+Blue) = 198+142+117=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E75 is #39718A. Grayscale: #9C9C9C. Windows color (decimal): -3764619 or 7704262. OLE color: 7704262.

HSL color Cylindrical-coordinate representation of color #C68E75: hue angle of 18.52º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68E75 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB198142117-
CMYK00.280.410.22
HSL18.52º41.54%61.76%-
HSV(B)18.52º40.91%77.65%-
XYZ36.1732.6421.22-
YUV155.89106.05158.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=43.33%
G=31.07%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814211700.280.410.2218.5241.5461.76
HexC68E7501C2916132a3e
Octal3062161650345126235276
Binary110001101000111011101010111001010011011010011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E75; }

 p { color: rgb(198,142,117); }

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

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

 a { background-color: rgb(198,142,117); }

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

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

 span { border-color: rgb(198,142,117); }

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