Html Css Color HEX #C3914D Tussock

📋 copy color: '#C3914D'

red 195 ◦ green 145 ◦ blue 77

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

Shades of Tussock #C3914D

Tints of Tussock #C3914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.47%

R = 46.76%
G = 34.77%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3914D (or 0xC3914D) is known color: Tussock. HEX triplet: C3, 91 and 4D. RGB value is (195,145,77). Sum of RGB (Red+Green+Blue) = 195+145+77=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3914D is #3C6EB2. Grayscale: #989898. Windows color (decimal): -3960499 or 5083587. OLE color: 5083587.

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

Color convert

RGB 195 145 77 -
CMYK 0 0.26 0.61 0.24
HSL 34.58º 0.5% 0.53% -
HSV(B) 34.58º 0.61% 0.76% -
XYZ 33.97 32.39 11.48 -
YUV 152.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 195 145 77 0 0.26 0.61 0.24 34.58 0.5 0.53
Hex C3 91 4D 0 1A 3D 18 23 32 35
Octal 303 221 115 0 32 75 30 43 62 65
Binary 11000011 10010001 1001101 0 11010 111101 11000 100011 110010 110101

Color Harmonies of #C3914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3914D

Black with #C3914D

Text Example


Text Example

White with #C3914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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