Html Css Color HEX #C48F57 Twine

📋 copy color: '#C48F57'

red 196 ◦ green 143 ◦ blue 87

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

Shades of Twine #C48F57

Tints of Twine #C48F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 46.01%
G = 33.57%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C48F57 (or 0xC48F57) is known color: Twine. HEX triplet: C4, 8F and 57. RGB value is (196,143,87). Sum of RGB (Red+Green+Blue) = 196+143+87=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F57 is #3B70A8. Grayscale: #989898. Windows color (decimal): -3895465 or 5738436. OLE color: 5738436.

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

Color convert

RGB 196 143 87 -
CMYK 0 0.27 0.56 0.23
HSL 30.83º 0.48% 0.55% -
HSV(B) 30.83º 0.56% 0.77% -
XYZ 34.31 32.07 13.4 -
YUV 152.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 196 143 87 0 0.27 0.56 0.23 30.83 0.48 0.55
Hex C4 8F 57 0 1B 38 17 1F 30 37
Octal 304 217 127 0 33 70 27 37 60 67
Binary 11000100 10001111 1010111 0 11011 111000 10111 11111 110000 110111

Color Harmonies of #C48F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F57

Black with #C48F57

Text Example


Text Example

White with #C48F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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