#C48F77

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

Shades of Feldspar #C48F77

Tints of Feldspar #C48F77

Color information

#C48F77 (or 0xC48F77) is unknown color: approx Feldspar. HEX triplet: C4, 8F and 77. RGB value is (196,143,119). Sum of RGB (Red+Green+Blue) = 196+143+119=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F77 is #3B7088. Grayscale: #9C9C9C. Windows color (decimal): -3895433 or 7835588. OLE color: 7835588.

HSL color Cylindrical-coordinate representation of color #C48F77: hue angle of 18.7º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48F77 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196143119-
CMYK00.270.390.23
HSL18.7º39.49%61.76%-
HSV(B)18.7º39.29%76.86%-
XYZ35.9232.7121.87-
YUV156.11107.06156.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=42.79%
G=31.22%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614311900.270.390.2318.739.4961.76
HexC48F7701B271713273e
Octal3042171670334727234776
Binary110001001000111111101110110111001111011110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F77; }

 p { color: rgb(196,143,119); }

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

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

 a { background-color: rgb(196,143,119); }

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

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

 span { border-color: rgb(196,143,119); }

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