Html Css Color HEX #C49052 Twine

📋 copy color: '#C49052'

red 196 ◦ green 144 ◦ blue 82

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

Shades of Twine #C49052

Tints of Twine #C49052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.43%

R = 46.45%
G = 34.12%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C49052 (or 0xC49052) is known color: Twine. HEX triplet: C4, 90 and 52. RGB value is (196,144,82). Sum of RGB (Red+Green+Blue) = 196+144+82=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C49052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49052 is #3B6FAD. Grayscale: #989898. Windows color (decimal): -3895214 or 5411012. OLE color: 5411012.

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

Color convert

RGB 196 144 82 -
CMYK 0 0.27 0.58 0.23
HSL 32.63º 0.49% 0.55% -
HSV(B) 32.63º 0.58% 0.77% -
XYZ 34.26 32.29 12.41 -
YUV 152.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 196 144 82 0 0.27 0.58 0.23 32.63 0.49 0.55
Hex C4 90 52 0 1B 3A 17 21 31 37
Octal 304 220 122 0 33 72 27 41 61 67
Binary 11000100 10010000 1010010 0 11011 111010 10111 100001 110001 110111

Color Harmonies of #C49052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49052

Black with #C49052

Text Example


Text Example

White with #C49052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49052; }

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

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

background-color css

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

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

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

border-color css

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

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

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