Html Css Color HEX #C48D5D Twine

📋 copy color: '#C48D5D'

red 196 ◦ green 141 ◦ blue 93

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

Shades of Twine #C48D5D

Tints of Twine #C48D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 45.58%
G = 32.79%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C48D5D (or 0xC48D5D) is known color: Twine. HEX triplet: C4, 8D and 5D. RGB value is (196,141,93). Sum of RGB (Red+Green+Blue) = 196+141+93=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D5D is #3B72A2. Grayscale: #989898. Windows color (decimal): -3895971 or 6131140. OLE color: 6131140.

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

Color convert

RGB 196 141 93 -
CMYK 0 0.28 0.53 0.23
HSL 27.96º 0.47% 0.57% -
HSV(B) 27.96º 0.53% 0.77% -
XYZ 34.27 31.58 14.64 -
YUV 151.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 196 141 93 0 0.28 0.53 0.23 27.96 0.47 0.57
Hex C4 8D 5D 0 1C 35 17 1C 2F 39
Octal 304 215 135 0 34 65 27 34 57 71
Binary 11000100 10001101 1011101 0 11100 110101 10111 11100 101111 111001

Color Harmonies of #C48D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D5D

Black with #C48D5D

Text Example


Text Example

White with #C48D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D5D; }

 p { color: rgb(196,141,93); }

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

background-color css

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

 a { background-color: rgb(196,141,93); }

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

border-color css

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

 span { border-color: rgb(196,141,93); }

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