#C69170

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

Shades of Feldspar #C69170

Tints of Feldspar #C69170

Color information

#C69170 (or 0xC69170) is unknown color: approx Feldspar. HEX triplet: C6, 91 and 70. RGB value is (198,145,112). Sum of RGB (Red+Green+Blue) = 198+145+112=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C69170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69170 is #396E8F. Grayscale: #9D9D9D. Windows color (decimal): -3763856 or 7377350. OLE color: 7377350.

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

Color convert

RGB198145112-
CMYK00.270.430.22
HSL23.02º43%60.78%-
HSV(B)23.02º43.43%77.65%-
XYZ36.3433.4319.87-
YUV157.08102.56157.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=43.52%
G=31.87%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814511200.270.430.2223.024360.78
HexC6917001B2B16172b3d
Octal3062211600335326275375
Binary110001101001000111100000110111010111011010111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69170; }

 p { color: rgb(198,145,112); }

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

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

 a { background-color: rgb(198,145,112); }

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

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

 span { border-color: rgb(198,145,112); }

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