#C48872

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

Shades of Feldspar #C48872

Tints of Feldspar #C48872

Color information

#C48872 (or 0xC48872) is unknown color: approx Feldspar. HEX triplet: C4, 88 and 72. RGB value is (196,136,114). Sum of RGB (Red+Green+Blue) = 196+136+114=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48872 is #3B778D. Grayscale: #979797. Windows color (decimal): -3897230 or 7506116. OLE color: 7506116.

HSL color Cylindrical-coordinate representation of color #C48872: hue angle of 16.1º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C48872 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196136114-
CMYK00.310.420.23
HSL16.1º41%60.78%-
HSV(B)16.1º41.84%76.86%-
XYZ34.6130.5619.99-
YUV151.43106.88159.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=43.95%
G=30.49%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613611400.310.420.2316.14160.78
HexC4887201F2A1710293d
Octal3042101620375227205175
Binary110001001000100011100100111111010101011110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48872; }

 p { color: rgb(196,136,114); }

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

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

 a { background-color: rgb(196,136,114); }

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

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

 span { border-color: rgb(196,136,114); }

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