Html Css Color HEX #C48E5D Twine

📋 copy color: '#C48E5D'

red 196 ◦ green 142 ◦ blue 93

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

Shades of Twine #C48E5D

Tints of Twine #C48E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.95%

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

R = 45.48%
G = 32.95%
B = 21.58%

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

#C48E5D (or 0xC48E5D) is known color: Twine. HEX triplet: C4, 8E and 5D. RGB value is (196,142,93). Sum of RGB (Red+Green+Blue) = 196+142+93=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E5D is #3B71A2. Grayscale: #989898. Windows color (decimal): -3895715 or 6131396. OLE color: 6131396.

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

Color convert

RGB 196 142 93 -
CMYK 0 0.28 0.53 0.23
HSL 28.54º 0.47% 0.57% -
HSV(B) 28.54º 0.53% 0.77% -
XYZ 34.41 31.87 14.69 -
YUV 152.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 196 142 93 0 0.28 0.53 0.23 28.54 0.47 0.57
Hex C4 8E 5D 0 1C 35 17 1D 2F 39
Octal 304 216 135 0 34 65 27 35 57 71
Binary 11000100 10001110 1011101 0 11100 110101 10111 11101 101111 111001

Color Harmonies of #C48E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E5D

Black with #C48E5D

Text Example


Text Example

White with #C48E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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