#C68A76

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

Shades of Feldspar #C68A76

Tints of Feldspar #C68A76

Color information

#C68A76 (or 0xC68A76) is unknown color: approx Feldspar. HEX triplet: C6, 8A and 76. RGB value is (198,138,118). Sum of RGB (Red+Green+Blue) = 198+138+118=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A76 is #397589. Grayscale: #999999. Windows color (decimal): -3765642 or 7768774. OLE color: 7768774.

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

Color convert

RGB198138118-
CMYK00.300.400.22
HSL15º41.24%61.96%-
HSV(B)15º40.4%77.65%-
XYZ35.6531.4921.34-
YUV153.66107.88159.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=43.61%
G=30.40%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813811800.300.400.221541.2461.96
HexC68A7601E2816f293e
Octal3062121660365026175176
Binary11000110100010101110110011110101000101101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A76; }

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

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

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

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

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

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

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

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