Html Css Color HEX #C48F5E Twine

📋 copy color: '#C48F5E'

red 196 ◦ green 143 ◦ blue 94

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

Shades of Twine #C48F5E

Tints of Twine #C48F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 45.27%
G = 33.03%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C48F5E (or 0xC48F5E) is known color: Twine. HEX triplet: C4, 8F and 5E. RGB value is (196,143,94). Sum of RGB (Red+Green+Blue) = 196+143+94=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F5E is #3B70A1. Grayscale: #999999. Windows color (decimal): -3895458 or 6197188. OLE color: 6197188.

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

Color convert

RGB 196 143 94 -
CMYK 0 0.27 0.52 0.23
HSL 28.82º 0.46% 0.57% -
HSV(B) 28.82º 0.52% 0.77% -
XYZ 34.61 32.19 14.98 -
YUV 153.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 196 143 94 0 0.27 0.52 0.23 28.82 0.46 0.57
Hex C4 8F 5E 0 1B 34 17 1D 2E 39
Octal 304 217 136 0 33 64 27 35 56 71
Binary 11000100 10001111 1011110 0 11011 110100 10111 11101 101110 111001

Color Harmonies of #C48F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F5E

Black with #C48F5E

Text Example


Text Example

White with #C48F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F5E; }

 p { color: rgb(196,143,94); }

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

background-color css

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

 a { background-color: rgb(196,143,94); }

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

border-color css

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

 span { border-color: rgb(196,143,94); }

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