#C68F76

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

Shades of Feldspar #C68F76

Tints of Feldspar #C68F76

Color information

#C68F76 (or 0xC68F76) is unknown color: approx Feldspar. HEX triplet: C6, 8F and 76. RGB value is (198,143,118). Sum of RGB (Red+Green+Blue) = 198+143+118=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F76 is #397089. Grayscale: #9C9C9C. Windows color (decimal): -3764362 or 7770054. OLE color: 7770054.

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

Color convert

RGB198143118-
CMYK00.280.400.22
HSL18.75º41.24%61.96%-
HSV(B)18.75º40.4%77.65%-
XYZ36.3832.9621.58-
YUV156.59106.22157.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=43.14%
G=31.15%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814311800.280.400.2218.7541.2461.96
HexC68F7601C281613293e
Octal3062171660345026235176
Binary110001101000111111101100111001010001011010011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F76; }

 p { color: rgb(198,143,118); }

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

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

 a { background-color: rgb(198,143,118); }

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

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

 span { border-color: rgb(198,143,118); }

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