Html Css Color HEX #C48D5F Twine

📋 copy color: '#C48D5F'

red 196 ◦ green 141 ◦ blue 95

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

Shades of Twine #C48D5F

Tints of Twine #C48D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 45.37%
G = 32.64%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C48D5F (or 0xC48D5F) is known color: Twine. HEX triplet: C4, 8D and 5F. RGB value is (196,141,95). Sum of RGB (Red+Green+Blue) = 196+141+95=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D5F is #3B72A0. Grayscale: #989898. Windows color (decimal): -3895969 or 6262212. OLE color: 6262212.

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

Color convert

RGB 196 141 95 -
CMYK 0 0.28 0.52 0.23
HSL 27.33º 0.46% 0.57% -
HSV(B) 27.33º 0.52% 0.77% -
XYZ 34.36 31.61 15.12 -
YUV 152.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 196 141 95 0 0.28 0.52 0.23 27.33 0.46 0.57
Hex C4 8D 5F 0 1C 34 17 1B 2E 39
Octal 304 215 137 0 34 64 27 33 56 71
Binary 11000100 10001101 1011111 0 11100 110100 10111 11011 101110 111001

Color Harmonies of #C48D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D5F

Black with #C48D5F

Text Example


Text Example

White with #C48D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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