Html Css Color HEX #C49058 Twine

📋 copy color: '#C49058'

red 196 ◦ green 144 ◦ blue 88

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

Shades of Twine #C49058

Tints of Twine #C49058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 45.79%
G = 33.64%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49058 (or 0xC49058) is known color: Twine. HEX triplet: C4, 90 and 58. RGB value is (196,144,88). Sum of RGB (Red+Green+Blue) = 196+144+88=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C49058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49058 is #3B6FA7. Grayscale: #999999. Windows color (decimal): -3895208 or 5804228. OLE color: 5804228.

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

Color convert

RGB 196 144 88 -
CMYK 0 0.27 0.55 0.23
HSL 31.11º 0.48% 0.56% -
HSV(B) 31.11º 0.55% 0.77% -
XYZ 34.5 32.39 13.67 -
YUV 153.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 196 144 88 0 0.27 0.55 0.23 31.11 0.48 0.56
Hex C4 90 58 0 1B 37 17 1F 30 38
Octal 304 220 130 0 33 67 27 37 60 70
Binary 11000100 10010000 1011000 0 11011 110111 10111 11111 110000 111000

Color Harmonies of #C49058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49058

Black with #C49058

Text Example


Text Example

White with #C49058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49058; }

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

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

background-color css

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

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

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

border-color css

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

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

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