Html Css Color HEX #C48F74 Feldspar

📋 copy color: '#C48F74'

red 196 ◦ green 143 ◦ blue 116

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

Shades of Feldspar #C48F74

Tints of Feldspar #C48F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 43.08%
G = 31.43%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48F74 (or 0xC48F74) is known color: Feldspar. HEX triplet: C4, 8F and 74. RGB value is (196,143,116). Sum of RGB (Red+Green+Blue) = 196+143+116=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F74 is #3B708B. Grayscale: #9B9B9B. Windows color (decimal): -3895436 or 7638980. OLE color: 7638980.

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

Color convert

RGB 196 143 116 -
CMYK 0 0.27 0.41 0.23
HSL 20.25º 0.4% 0.61% -
HSV(B) 20.25º 0.41% 0.77% -
XYZ 35.74 32.64 20.94 -
YUV 155.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 196 143 116 0 0.27 0.41 0.23 20.25 0.4 0.61
Hex C4 8F 74 0 1B 29 17 14 28 3D
Octal 304 217 164 0 33 51 27 24 50 75
Binary 11000100 10001111 1110100 0 11011 101001 10111 10100 101000 111101

Color Harmonies of #C48F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F74

Black with #C48F74

Text Example


Text Example

White with #C48F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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