Html Css Color HEX #C4914C Tussock

📋 copy color: '#C4914C'

red 196 ◦ green 145 ◦ blue 76

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

Shades of Tussock #C4914C

Tints of Tussock #C4914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 47%
G = 34.77%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4914C (or 0xC4914C) is known color: Tussock. HEX triplet: C4, 91 and 4C. RGB value is (196,145,76). Sum of RGB (Red+Green+Blue) = 196+145+76=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4914C is #3B6EB3. Grayscale: #989898. Windows color (decimal): -3894964 or 5018052. OLE color: 5018052.

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

Color convert

RGB 196 145 76 -
CMYK 0 0.26 0.61 0.23
HSL 34.5º 0.5% 0.53% -
HSV(B) 34.5º 0.61% 0.77% -
XYZ 34.19 32.51 11.31 -
YUV 152.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 196 145 76 0 0.26 0.61 0.23 34.5 0.5 0.53
Hex C4 91 4C 0 1A 3D 17 22 32 35
Octal 304 221 114 0 32 75 27 42 62 65
Binary 11000100 10010001 1001100 0 11010 111101 10111 100010 110010 110101

Color Harmonies of #C4914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4914C

Black with #C4914C

Text Example


Text Example

White with #C4914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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