Html Css Color HEX #C48450 Twine

📋 copy color: '#C48450'

red 196 ◦ green 132 ◦ blue 80

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

Shades of Twine #C48450

Tints of Twine #C48450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

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

R = 48.04%
G = 32.35%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C48450 (or 0xC48450) is known color: Twine. HEX triplet: C4, 84 and 50. RGB value is (196,132,80). Sum of RGB (Red+Green+Blue) = 196+132+80=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C48450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48450 is #3B7BAF. Grayscale: #919191. Windows color (decimal): -3898288 or 5276868. OLE color: 5276868.

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

Color convert

RGB 196 132 80 -
CMYK 0 0.33 0.59 0.23
HSL 26.9º 0.5% 0.54% -
HSV(B) 26.9º 0.59% 0.77% -
XYZ 32.46 28.82 11.44 -
YUV 145.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 196 132 80 0 0.33 0.59 0.23 26.9 0.5 0.54
Hex C4 84 50 0 21 3B 17 1B 32 36
Octal 304 204 120 0 41 73 27 33 62 66
Binary 11000100 10000100 1010000 0 100001 111011 10111 11011 110010 110110

Color Harmonies of #C48450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48450

Black with #C48450

Text Example


Text Example

White with #C48450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48450; }

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

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

background-color css

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

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

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

border-color css

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

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

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