Html Css Color HEX #C4924E Tussock

📋 copy color: '#C4924E'

red 196 ◦ green 146 ◦ blue 78

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

Shades of Tussock #C4924E

Tints of Tussock #C4924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 46.67%
G = 34.76%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4924E (or 0xC4924E) is known color: Tussock. HEX triplet: C4, 92 and 4E. RGB value is (196,146,78). Sum of RGB (Red+Green+Blue) = 196+146+78=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4924E is #3B6DB1. Grayscale: #999999. Windows color (decimal): -3894706 or 5149380. OLE color: 5149380.

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

Color convert

RGB 196 146 78 -
CMYK 0 0.26 0.60 0.23
HSL 34.58º 0.5% 0.54% -
HSV(B) 34.58º 0.6% 0.77% -
XYZ 34.42 32.84 11.73 -
YUV 153.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 196 146 78 0 0.26 0.60 0.23 34.58 0.5 0.54
Hex C4 92 4E 0 1A 3C 17 23 32 36
Octal 304 222 116 0 32 74 27 43 62 66
Binary 11000100 10010010 1001110 0 11010 111100 10111 100011 110010 110110

Color Harmonies of #C4924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4924E

Black with #C4924E

Text Example


Text Example

White with #C4924E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4924E; }

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

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

background-color css

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

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

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

border-color css

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

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

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