Html Css Color HEX #C49461 Twine

📋 copy color: '#C49461'

red 196 ◦ green 148 ◦ blue 97

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

Shades of Twine #C49461

Tints of Twine #C49461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22%

R = 44.44%
G = 33.56%
B = 22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C49461 (or 0xC49461) is known color: Twine. HEX triplet: C4, 94 and 61. RGB value is (196,148,97). Sum of RGB (Red+Green+Blue) = 196+148+97=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C49461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49461 is #3B6B9E. Grayscale: #9C9C9C. Windows color (decimal): -3894175 or 6395076. OLE color: 6395076.

HSL color Cylindrical-coordinate representation of color #C49461: hue angle of 30.91º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49461 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 97 -
CMYK 0 0.24 0.51 0.23
HSL 30.91º 0.46% 0.57% -
HSV(B) 30.91º 0.51% 0.77% -
XYZ 35.51 33.78 15.96 -
YUV 156.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 196 148 97 0 0.24 0.51 0.23 30.91 0.46 0.57
Hex C4 94 61 0 18 33 17 1F 2E 39
Octal 304 224 141 0 30 63 27 37 56 71
Binary 11000100 10010100 1100001 0 11000 110011 10111 11111 101110 111001

Color Harmonies of #C49461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49461

Black with #C49461

Text Example


Text Example

White with #C49461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49461; }

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

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

background-color css

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

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

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

border-color css

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

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

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