Html Css Color HEX #C3904A Tussock

📋 copy color: '#C3904A'

red 195 ◦ green 144 ◦ blue 74

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

Shades of Tussock #C3904A

Tints of Tussock #C3904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 47.22%
G = 34.87%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3904A (or 0xC3904A) is known color: Tussock. HEX triplet: C3, 90 and 4A. RGB value is (195,144,74). Sum of RGB (Red+Green+Blue) = 195+144+74=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3904A is #3C6FB5. Grayscale: #979797. Windows color (decimal): -3960758 or 4886723. OLE color: 4886723.

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

Color convert

RGB 195 144 74 -
CMYK 0 0.26 0.62 0.24
HSL 34.71º 0.5% 0.53% -
HSV(B) 34.71º 0.62% 0.76% -
XYZ 33.71 32.04 10.89 -
YUV 151.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 195 144 74 0 0.26 0.62 0.24 34.71 0.5 0.53
Hex C3 90 4A 0 1A 3E 18 23 32 35
Octal 303 220 112 0 32 76 30 43 62 65
Binary 11000011 10010000 1001010 0 11010 111110 11000 100011 110010 110101

Color Harmonies of #C3904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3904A

Black with #C3904A

Text Example


Text Example

White with #C3904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3904A; }

 p { color: rgb(195,144,74); }

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

background-color css

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

 a { background-color: rgb(195,144,74); }

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

border-color css

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

 span { border-color: rgb(195,144,74); }

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