#C68C6C

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

Shades of Feldspar #C68C6C

Tints of Feldspar #C68C6C

Color information

#C68C6C (or 0xC68C6C) is unknown color: approx Feldspar. HEX triplet: C6, 8C and 6C. RGB value is (198,140,108). Sum of RGB (Red+Green+Blue) = 198+140+108=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C6C is #397393. Grayscale: #999999. Windows color (decimal): -3765140 or 7113926. OLE color: 7113926.

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

Color convert

RGB198140108-
CMYK00.290.450.22
HSL21.33º44.12%60%-
HSV(B)21.33º45.45%77.65%-
XYZ35.3731.8418.47-
YUV153.69102.22159.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=44.39%
G=31.39%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814010800.290.450.2221.3344.1260
HexC68C6C01D2D16152c3c
Octal3062141540355526255474
Binary110001101000110011011000111011011011011010101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C6C; }

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

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

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

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

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

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

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

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