#C69075

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

Shades of Feldspar #C69075

Tints of Feldspar #C69075

Color information

#C69075 (or 0xC69075) is unknown color: approx Feldspar. HEX triplet: C6, 90 and 75. RGB value is (198,144,117). Sum of RGB (Red+Green+Blue) = 198+144+117=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C69075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69075 is #396F8A. Grayscale: #9D9D9D. Windows color (decimal): -3764107 or 7704774. OLE color: 7704774.

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

Color convert

RGB198144117-
CMYK00.270.410.22
HSL20º41.54%61.76%-
HSV(B)20º40.91%77.65%-
XYZ36.4733.2421.32-
YUV157.07105.39157.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=43.14%
G=31.37%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814411700.270.410.222041.5461.76
HexC6907501B2916142a3e
Octal3062201650335126245276
Binary110001101001000011101010110111010011011010100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69075; }

 p { color: rgb(198,144,117); }

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

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

 a { background-color: rgb(198,144,117); }

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

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

 span { border-color: rgb(198,144,117); }

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