Html Css Color HEX #C49458 Twine

📋 copy color: '#C49458'

red 196 ◦ green 148 ◦ blue 88

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

Shades of Twine #C49458

Tints of Twine #C49458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 45.37%
G = 34.26%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49458 (or 0xC49458) is known color: Twine. HEX triplet: C4, 94 and 58. RGB value is (196,148,88). Sum of RGB (Red+Green+Blue) = 196+148+88=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C49458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49458 is #3B6BA7. Grayscale: #9B9B9B. Windows color (decimal): -3894184 or 5805252. OLE color: 5805252.

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

Color convert

RGB 196 148 88 -
CMYK 0 0.24 0.55 0.23
HSL 33.33º 0.48% 0.56% -
HSV(B) 33.33º 0.55% 0.77% -
XYZ 35.12 33.62 13.87 -
YUV 155.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 196 148 88 0 0.24 0.55 0.23 33.33 0.48 0.56
Hex C4 94 58 0 18 37 17 21 30 38
Octal 304 224 130 0 30 67 27 41 60 70
Binary 11000100 10010100 1011000 0 11000 110111 10111 100001 110000 111000

Color Harmonies of #C49458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49458

Black with #C49458

Text Example


Text Example

White with #C49458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49458; }

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

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

background-color css

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

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

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

border-color css

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

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

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