Html Css Color HEX #C48F78 Feldspar

📋 copy color: '#C48F78'

red 196 ◦ green 143 ◦ blue 120

#C48F78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #C48F78

Tints of Feldspar #C48F78

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 120 (47.27% from 255) = 26.14%

R = 42.7%
G = 31.15%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48F78 (or 0xC48F78) is known color: Feldspar. HEX triplet: C4, 8F and 78. RGB value is (196,143,120). Sum of RGB (Red+Green+Blue) = 196+143+120=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F78 is #3B7087. Grayscale: #9C9C9C. Windows color (decimal): -3895432 or 7901124. OLE color: 7901124.

HSL color Cylindrical-coordinate representation of color #C48F78: hue angle of 18.16º 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 #C48F78 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 120 -
CMYK 0 0.27 0.39 0.23
HSL 18.16º 0.39% 0.62% -
HSV(B) 18.16º 0.39% 0.77% -
XYZ 35.98 32.74 22.19 -
YUV 156.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 196 143 120 0 0.27 0.39 0.23 18.16 0.39 0.62
Hex C4 8F 78 0 1B 27 17 12 27 3E
Octal 304 217 170 0 33 47 27 22 47 76
Binary 11000100 10001111 1111000 0 11011 100111 10111 10010 100111 111110

Color Harmonies of #C48F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F78

Black with #C48F78

Text Example


Text Example

White with #C48F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F78; }

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

 H1.HeaderClassName
 {
   color: #C48F78;
 }
 .AnyTagClassName
 {
   color: #C48F78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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