Html Css Color HEX #C3944E Tussock

📋 copy color: '#C3944E'

red 195 ◦ green 148 ◦ blue 78

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

Shades of Tussock #C3944E

Tints of Tussock #C3944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 46.32%
G = 35.15%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3944E (or 0xC3944E) is known color: Tussock. HEX triplet: C3, 94 and 4E. RGB value is (195,148,78). Sum of RGB (Red+Green+Blue) = 195+148+78=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3944E is #3C6BB1. Grayscale: #9A9A9A. Windows color (decimal): -3959730 or 5149891. OLE color: 5149891.

HSL color Cylindrical-coordinate representation of color #C3944E: hue angle of 35.9º 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 #C3944E is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 78 -
CMYK 0 0.24 0.6 0.24
HSL 35.9º 0.49% 0.54% -
HSV(B) 35.9º 0.6% 0.76% -
XYZ 34.47 33.33 11.82 -
YUV 154.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 195 148 78 0 0.24 0.6 0.24 35.9 0.49 0.54
Hex C3 94 4E 0 18 3C 18 24 31 36
Octal 303 224 116 0 30 74 30 44 61 66
Binary 11000011 10010100 1001110 0 11000 111100 11000 100100 110001 110110

Color Harmonies of #C3944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3944E

Black with #C3944E

Text Example


Text Example

White with #C3944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3944E; }

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

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

background-color css

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

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

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

border-color css

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

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

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