Html Css Color HEX #C48E77 Feldspar

📋 copy color: '#C48E77'

red 196 ◦ green 142 ◦ blue 119

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

Shades of Feldspar #C48E77

Tints of Feldspar #C48E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 42.89%
G = 31.07%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48E77 (or 0xC48E77) is known color: Feldspar. HEX triplet: C4, 8E and 77. RGB value is (196,142,119). Sum of RGB (Red+Green+Blue) = 196+142+119=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E77 is #3B7188. Grayscale: #9B9B9B. Windows color (decimal): -3895689 or 7835332. OLE color: 7835332.

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

Color convert

RGB 196 142 119 -
CMYK 0 0.28 0.39 0.23
HSL 17.92º 0.39% 0.62% -
HSV(B) 17.92º 0.39% 0.77% -
XYZ 35.77 32.41 21.82 -
YUV 155.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 196 142 119 0 0.28 0.39 0.23 17.92 0.39 0.62
Hex C4 8E 77 0 1C 27 17 12 27 3E
Octal 304 216 167 0 34 47 27 22 47 76
Binary 11000100 10001110 1110111 0 11100 100111 10111 10010 100111 111110

Color Harmonies of #C48E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E77

Black with #C48E77

Text Example


Text Example

White with #C48E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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