Html Css Color HEX #C48658 Twine

📋 copy color: '#C48658'

red 196 ◦ green 134 ◦ blue 88

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

Shades of Twine #C48658

Tints of Twine #C48658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.06%

 BLUE value IS 88 (34.77% from 255) = 21.05%

R = 46.89%
G = 32.06%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C48658 (or 0xC48658) is known color: Twine. HEX triplet: C4, 86 and 58. RGB value is (196,134,88). Sum of RGB (Red+Green+Blue) = 196+134+88=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C48658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48658 is #3B79A7. Grayscale: #939393. Windows color (decimal): -3897768 or 5801668. OLE color: 5801668.

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

Color convert

RGB 196 134 88 -
CMYK 0 0.32 0.55 0.23
HSL 25.56º 0.48% 0.56% -
HSV(B) 25.56º 0.55% 0.77% -
XYZ 33.05 29.49 13.18 -
YUV 147.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 196 134 88 0 0.32 0.55 0.23 25.56 0.48 0.56
Hex C4 86 58 0 20 37 17 1A 30 38
Octal 304 206 130 0 40 67 27 32 60 70
Binary 11000100 10000110 1011000 0 100000 110111 10111 11010 110000 111000

Color Harmonies of #C48658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48658

Black with #C48658

Text Example


Text Example

White with #C48658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48658; }

 p { color: rgb(196,134,88); }

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

background-color css

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

 a { background-color: rgb(196,134,88); }

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

border-color css

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

 span { border-color: rgb(196,134,88); }

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