Html Css Color HEX #C48557 Twine

📋 copy color: '#C48557'

red 196 ◦ green 133 ◦ blue 87

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

Shades of Twine #C48557

Tints of Twine #C48557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.91%

R = 47.12%
G = 31.97%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C48557 (or 0xC48557) is known color: Twine. HEX triplet: C4, 85 and 57. RGB value is (196,133,87). Sum of RGB (Red+Green+Blue) = 196+133+87=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C48557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48557 is #3B7AA8. Grayscale: #929292. Windows color (decimal): -3898025 or 5735876. OLE color: 5735876.

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

Color convert

RGB 196 133 87 -
CMYK 0 0.32 0.56 0.23
HSL 25.32º 0.48% 0.55% -
HSV(B) 25.32º 0.56% 0.77% -
XYZ 32.87 29.2 12.92 -
YUV 146.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 196 133 87 0 0.32 0.56 0.23 25.32 0.48 0.55
Hex C4 85 57 0 20 38 17 19 30 37
Octal 304 205 127 0 40 70 27 31 60 67
Binary 11000100 10000101 1010111 0 100000 111000 10111 11001 110000 110111

Color Harmonies of #C48557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48557

Black with #C48557

Text Example


Text Example

White with #C48557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48557; }

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

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

background-color css

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

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

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

border-color css

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

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

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