Html Css Color HEX #C48E60 Twine

📋 copy color: '#C48E60'

red 196 ◦ green 142 ◦ blue 96

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

Shades of Twine #C48E60

Tints of Twine #C48E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 45.16%
G = 32.72%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C48E60 (or 0xC48E60) is known color: Twine. HEX triplet: C4, 8E and 60. RGB value is (196,142,96). Sum of RGB (Red+Green+Blue) = 196+142+96=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E60 is #3B719F. Grayscale: #999999. Windows color (decimal): -3895712 or 6328004. OLE color: 6328004.

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

Color convert

RGB 196 142 96 -
CMYK 0 0.28 0.51 0.23
HSL 27.6º 0.46% 0.57% -
HSV(B) 27.6º 0.51% 0.77% -
XYZ 34.55 31.93 15.41 -
YUV 152.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 196 142 96 0 0.28 0.51 0.23 27.6 0.46 0.57
Hex C4 8E 60 0 1C 33 17 1C 2E 39
Octal 304 216 140 0 34 63 27 34 56 71
Binary 11000100 10001110 1100000 0 11100 110011 10111 11100 101110 111001

Color Harmonies of #C48E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E60

Black with #C48E60

Text Example


Text Example

White with #C48E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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