Html Css Color HEX #C4864C Tussock

📋 copy color: '#C4864C'

red 196 ◦ green 134 ◦ blue 76

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

Shades of Tussock #C4864C

Tints of Tussock #C4864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

 BLUE value IS 76 (30.08% from 255) = 18.72%

R = 48.28%
G = 33%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4864C (or 0xC4864C) is known color: Tussock. HEX triplet: C4, 86 and 4C. RGB value is (196,134,76). Sum of RGB (Red+Green+Blue) = 196+134+76=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4864C is #3B79B3. Grayscale: #929292. Windows color (decimal): -3897780 or 5015236. OLE color: 5015236.

HSL color Cylindrical-coordinate representation of color #C4864C: hue angle of 29º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4864C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 76 -
CMYK 0 0.32 0.61 0.23
HSL 29º 0.5% 0.53% -
HSV(B) 29º 0.61% 0.77% -
XYZ 32.59 29.31 10.78 -
YUV 145.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 196 134 76 0 0.32 0.61 0.23 29 0.5 0.53
Hex C4 86 4C 0 20 3D 17 1D 32 35
Octal 304 206 114 0 40 75 27 35 62 65
Binary 11000100 10000110 1001100 0 100000 111101 10111 11101 110010 110101

Color Harmonies of #C4864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4864C

Black with #C4864C

Text Example


Text Example

White with #C4864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4864C; }

 p { color: rgb(196,134,76); }

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

background-color css

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

 a { background-color: rgb(196,134,76); }

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

border-color css

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

 span { border-color: rgb(196,134,76); }

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