Html Css Color HEX #C48555 Twine

📋 copy color: '#C48555'

red 196 ◦ green 133 ◦ blue 85

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

Shades of Twine #C48555

Tints of Twine #C48555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

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

R = 47.34%
G = 32.13%
B = 20.53%

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

#C48555 (or 0xC48555) is known color: Twine. HEX triplet: C4, 85 and 55. RGB value is (196,133,85). Sum of RGB (Red+Green+Blue) = 196+133+85=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C48555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48555 is #3B7AAA. Grayscale: #929292. Windows color (decimal): -3898027 or 5604804. OLE color: 5604804.

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

Color convert

RGB 196 133 85 -
CMYK 0 0.32 0.57 0.23
HSL 25.95º 0.48% 0.55% -
HSV(B) 25.95º 0.57% 0.77% -
XYZ 32.79 29.17 12.5 -
YUV 146.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 196 133 85 0 0.32 0.57 0.23 25.95 0.48 0.55
Hex C4 85 55 0 20 39 17 1A 30 37
Octal 304 205 125 0 40 71 27 32 60 67
Binary 11000100 10000101 1010101 0 100000 111001 10111 11010 110000 110111

Color Harmonies of #C48555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48555

Black with #C48555

Text Example


Text Example

White with #C48555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48555; }

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

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

background-color css

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

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

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

border-color css

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

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

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