Html Css Color HEX #C48E50 Twine

📋 copy color: '#C48E50'

red 196 ◦ green 142 ◦ blue 80

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

Shades of Twine #C48E50

Tints of Twine #C48E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 46.89%
G = 33.97%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C48E50 (or 0xC48E50) is known color: Twine. HEX triplet: C4, 8E and 50. RGB value is (196,142,80). Sum of RGB (Red+Green+Blue) = 196+142+80=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E50 is #3B71AF. Grayscale: #979797. Windows color (decimal): -3895728 or 5279428. OLE color: 5279428.

HSL color Cylindrical-coordinate representation of color #C48E50: hue angle of 32.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C48E50 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 142 80 -
CMYK 0 0.28 0.59 0.23
HSL 32.07º 0.5% 0.54% -
HSV(B) 32.07º 0.59% 0.77% -
XYZ 33.89 31.66 11.91 -
YUV 151.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 196 142 80 0 0.28 0.59 0.23 32.07 0.5 0.54
Hex C4 8E 50 0 1C 3B 17 20 32 36
Octal 304 216 120 0 34 73 27 40 62 66
Binary 11000100 10001110 1010000 0 11100 111011 10111 100000 110010 110110

Color Harmonies of #C48E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E50

Black with #C48E50

Text Example


Text Example

White with #C48E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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