Html Css Color HEX #C4934E Tussock

📋 copy color: '#C4934E'

red 196 ◦ green 147 ◦ blue 78

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

Shades of Tussock #C4934E

Tints of Tussock #C4934E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.92%

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 46.56%
G = 34.92%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4934E (or 0xC4934E) is known color: Tussock. HEX triplet: C4, 93 and 4E. RGB value is (196,147,78). Sum of RGB (Red+Green+Blue) = 196+147+78=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4934E is #3B6CB1. Grayscale: #9A9A9A. Windows color (decimal): -3894450 or 5149636. OLE color: 5149636.

HSL color Cylindrical-coordinate representation of color #C4934E: hue angle of 35.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4934E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 78 -
CMYK 0 0.25 0.60 0.23
HSL 35.08º 0.5% 0.54% -
HSV(B) 35.08º 0.6% 0.77% -
XYZ 34.57 33.15 11.78 -
YUV 153.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 196 147 78 0 0.25 0.60 0.23 35.08 0.5 0.54
Hex C4 93 4E 0 19 3C 17 23 32 36
Octal 304 223 116 0 31 74 27 43 62 66
Binary 11000100 10010011 1001110 0 11001 111100 10111 100011 110010 110110

Color Harmonies of #C4934E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4934E

Black with #C4934E

Text Example


Text Example

White with #C4934E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4934E; }

 p { color: rgb(196,147,78); }

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

background-color css

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

 a { background-color: rgb(196,147,78); }

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

border-color css

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

 span { border-color: rgb(196,147,78); }

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