Html Css Color HEX #C48655 Twine

📋 copy color: '#C48655'

red 196 ◦ green 134 ◦ blue 85

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

Shades of Twine #C48655

Tints of Twine #C48655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 47.23%
G = 32.29%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C48655 (or 0xC48655) is known color: Twine. HEX triplet: C4, 86 and 55. RGB value is (196,134,85). Sum of RGB (Red+Green+Blue) = 196+134+85=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48655 is #3B79AA. Grayscale: #939393. Windows color (decimal): -3897771 or 5605060. OLE color: 5605060.

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

Color convert

RGB 196 134 85 -
CMYK 0 0.32 0.57 0.23
HSL 26.49º 0.48% 0.55% -
HSV(B) 26.49º 0.57% 0.77% -
XYZ 32.93 29.44 12.54 -
YUV 146.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 196 134 85 0 0.32 0.57 0.23 26.49 0.48 0.55
Hex C4 86 55 0 20 39 17 1A 30 37
Octal 304 206 125 0 40 71 27 32 60 67
Binary 11000100 10000110 1010101 0 100000 111001 10111 11010 110000 110111

Color Harmonies of #C48655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48655

Black with #C48655

Text Example


Text Example

White with #C48655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48655; }

 p { color: rgb(196,134,85); }

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

background-color css

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

 a { background-color: rgb(196,134,85); }

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

border-color css

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

 span { border-color: rgb(196,134,85); }

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