Html Css Color HEX #C48C74 Feldspar

📋 copy color: '#C48C74'

red 196 ◦ green 140 ◦ blue 116

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

Shades of Feldspar #C48C74

Tints of Feldspar #C48C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

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

R = 43.36%
G = 30.97%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48C74 (or 0xC48C74) is known color: Feldspar. HEX triplet: C4, 8C and 74. RGB value is (196,140,116). Sum of RGB (Red+Green+Blue) = 196+140+116=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C74 is #3B738B. Grayscale: #9A9A9A. Windows color (decimal): -3896204 or 7638212. OLE color: 7638212.

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

Color convert

RGB 196 140 116 -
CMYK 0 0.29 0.41 0.23
HSL 18º 0.4% 0.61% -
HSV(B) 18º 0.41% 0.77% -
XYZ 35.3 31.75 20.79 -
YUV 154.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 196 140 116 0 0.29 0.41 0.23 18 0.4 0.61
Hex C4 8C 74 0 1D 29 17 12 28 3D
Octal 304 214 164 0 35 51 27 22 50 75
Binary 11000100 10001100 1110100 0 11101 101001 10111 10010 101000 111101

Color Harmonies of #C48C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C74

Black with #C48C74

Text Example


Text Example

White with #C48C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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