Html Css Color HEX #C48F5D Twine

📋 copy color: '#C48F5D'

red 196 ◦ green 143 ◦ blue 93

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

Shades of Twine #C48F5D

Tints of Twine #C48F5D

RGB

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

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

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

R = 45.37%
G = 33.1%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C48F5D (or 0xC48F5D) is known color: Twine. HEX triplet: C4, 8F and 5D. RGB value is (196,143,93). Sum of RGB (Red+Green+Blue) = 196+143+93=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F5D is #3B70A2. Grayscale: #999999. Windows color (decimal): -3895459 or 6131652. OLE color: 6131652.

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

Color convert

RGB 196 143 93 -
CMYK 0 0.27 0.53 0.23
HSL 29.13º 0.47% 0.57% -
HSV(B) 29.13º 0.53% 0.77% -
XYZ 34.56 32.17 14.74 -
YUV 153.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 196 143 93 0 0.27 0.53 0.23 29.13 0.47 0.57
Hex C4 8F 5D 0 1B 35 17 1D 2F 39
Octal 304 217 135 0 33 65 27 35 57 71
Binary 11000100 10001111 1011101 0 11011 110101 10111 11101 101111 111001

Color Harmonies of #C48F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F5D

Black with #C48F5D

Text Example


Text Example

White with #C48F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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