#C68C78

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

Shades of Feldspar #C68C78

Tints of Feldspar #C68C78

Color information

#C68C78 (or 0xC68C78) is unknown color: approx Feldspar. HEX triplet: C6, 8C and 78. RGB value is (198,140,120). Sum of RGB (Red+Green+Blue) = 198+140+120=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C78 is #397387. Grayscale: #9B9B9B. Windows color (decimal): -3765128 or 7900358. OLE color: 7900358.

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

Color convert

RGB198140120-
CMYK00.290.390.22
HSL15.38º40.63%62.35%-
HSV(B)15.38º39.39%77.65%-
XYZ36.0632.1222.07-
YUV155.06108.22158.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.23%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=43.23%
G=30.57%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814012000.290.390.2215.3840.6362.35
HexC68C7801D2716f293e
Octal3062141700354726175176
Binary11000110100011001111000011101100111101101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C78; }

 p { color: rgb(198,140,120); }

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

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

 a { background-color: rgb(198,140,120); }

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

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

 span { border-color: rgb(198,140,120); }

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