#C68773

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

Shades of Feldspar #C68773

Tints of Feldspar #C68773

Color information

#C68773 (or 0xC68773) is unknown color: approx Feldspar. HEX triplet: C6, 87 and 73. RGB value is (198,135,115). Sum of RGB (Red+Green+Blue) = 198+135+115=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C68773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68773 is #39788C. Grayscale: #979797. Windows color (decimal): -3766413 or 7571398. OLE color: 7571398.

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

Color convert

RGB198135115-
CMYK00.320.420.22
HSL14.46º42.13%61.37%-
HSV(B)14.46º41.92%77.65%-
XYZ35.0530.5720.27-
YUV151.56107.37161.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=44.20%
G=30.13%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813511500.320.420.2214.4642.1361.37
HexC687730202A16e2a3d
Octal3062071630405226165275
Binary110001101000011111100110100000101010101101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68773; }

 p { color: rgb(198,135,115); }

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

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

 a { background-color: rgb(198,135,115); }

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

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

 span { border-color: rgb(198,135,115); }

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