Html Css Color HEX #C49455 Twine

📋 copy color: '#C49455'

red 196 ◦ green 148 ◦ blue 85

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

Shades of Twine #C49455

Tints of Twine #C49455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 45.69%
G = 34.5%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49455 (or 0xC49455) is known color: Twine. HEX triplet: C4, 94 and 55. RGB value is (196,148,85). Sum of RGB (Red+Green+Blue) = 196+148+85=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49455 is #3B6BAA. Grayscale: #9B9B9B. Windows color (decimal): -3894187 or 5608644. OLE color: 5608644.

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

Color convert

RGB 196 148 85 -
CMYK 0 0.24 0.57 0.23
HSL 34.05º 0.48% 0.55% -
HSV(B) 34.05º 0.57% 0.77% -
XYZ 34.99 33.57 13.23 -
YUV 155.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 196 148 85 0 0.24 0.57 0.23 34.05 0.48 0.55
Hex C4 94 55 0 18 39 17 22 30 37
Octal 304 224 125 0 30 71 27 42 60 67
Binary 11000100 10010100 1010101 0 11000 111001 10111 100010 110000 110111

Color Harmonies of #C49455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49455

Black with #C49455

Text Example


Text Example

White with #C49455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49455; }

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

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

background-color css

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

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

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

border-color css

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

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

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