Html Css Color HEX #C48973 Feldspar

📋 copy color: '#C48973'

red 196 ◦ green 137 ◦ blue 115

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

Shades of Feldspar #C48973

Tints of Feldspar #C48973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 43.75%
G = 30.58%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48973 (or 0xC48973) is known color: Feldspar. HEX triplet: C4, 89 and 73. RGB value is (196,137,115). Sum of RGB (Red+Green+Blue) = 196+137+115=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C48973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48973 is #3B768C. Grayscale: #989898. Windows color (decimal): -3896973 or 7571908. OLE color: 7571908.

HSL color Cylindrical-coordinate representation of color #C48973: hue angle of 16.3º degrees, saturation: 0.41, 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 #C48973 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 115 -
CMYK 0 0.30 0.41 0.23
HSL 16.3º 0.41% 0.61% -
HSV(B) 16.3º 0.41% 0.77% -
XYZ 34.81 30.86 20.34 -
YUV 152.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 196 137 115 0 0.30 0.41 0.23 16.3 0.41 0.61
Hex C4 89 73 0 1E 29 17 10 29 3D
Octal 304 211 163 0 36 51 27 20 51 75
Binary 11000100 10001001 1110011 0 11110 101001 10111 10000 101001 111101

Color Harmonies of #C48973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48973

Black with #C48973

Text Example


Text Example

White with #C48973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48973; }

 p { color: rgb(196,137,115); }

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

background-color css

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

 a { background-color: rgb(196,137,115); }

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

border-color css

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

 span { border-color: rgb(196,137,115); }

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