Html Css Color HEX #C3914E Tussock

📋 copy color: '#C3914E'

red 195 ◦ green 145 ◦ blue 78

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

Shades of Tussock #C3914E

Tints of Tussock #C3914E

RGB

 RED value IS 195 (76.56% from 255) = 46.65%

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

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

R = 46.65%
G = 34.69%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3914E (or 0xC3914E) is known color: Tussock. HEX triplet: C3, 91 and 4E. RGB value is (195,145,78). Sum of RGB (Red+Green+Blue) = 195+145+78=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3914E is #3C6EB1. Grayscale: #989898. Windows color (decimal): -3960498 or 5149123. OLE color: 5149123.

HSL color Cylindrical-coordinate representation of color #C3914E: hue angle of 34.36º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3914E is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 78 -
CMYK 0 0.26 0.6 0.24
HSL 34.36º 0.49% 0.54% -
HSV(B) 34.36º 0.6% 0.76% -
XYZ 34.01 32.4 11.67 -
YUV 152.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 195 145 78 0 0.26 0.6 0.24 34.36 0.49 0.54
Hex C3 91 4E 0 1A 3C 18 22 31 36
Octal 303 221 116 0 32 74 30 42 61 66
Binary 11000011 10010001 1001110 0 11010 111100 11000 100010 110001 110110

Color Harmonies of #C3914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3914E

Black with #C3914E

Text Example


Text Example

White with #C3914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3914E; }

 p { color: rgb(195,145,78); }

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

background-color css

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

 a { background-color: rgb(195,145,78); }

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

border-color css

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

 span { border-color: rgb(195,145,78); }

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