#C68F71

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

Shades of Feldspar #C68F71

Tints of Feldspar #C68F71

Color information

#C68F71 (or 0xC68F71) is unknown color: approx Feldspar. HEX triplet: C6, 8F and 71. RGB value is (198,143,113). Sum of RGB (Red+Green+Blue) = 198+143+113=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F71 is #39708E. Grayscale: #9C9C9C. Windows color (decimal): -3764367 or 7442374. OLE color: 7442374.

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

Color convert

RGB198143113-
CMYK00.280.430.22
HSL21.18º42.71%60.98%-
HSV(B)21.18º42.93%77.65%-
XYZ36.0932.8420.06-
YUV156.02103.72157.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=43.61%
G=31.50%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814311300.280.430.2221.1842.7160.98
HexC68F7101C2B16152b3d
Octal3062171610345326255375
Binary110001101000111111100010111001010111011010101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F71; }

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

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

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

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

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

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

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

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