Html Css Color HEX #C29350 Tussock

📋 copy color: '#C29350'

red 194 ◦ green 147 ◦ blue 80

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

Shades of Tussock #C29350

Tints of Tussock #C29350

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

 GREEN value IS 147 (57.81% from 255) = 34.92%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 46.08%
G = 34.92%
B = 19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C29350 (or 0xC29350) is known color: Tussock. HEX triplet: C2, 93 and 50. RGB value is (194,147,80). Sum of RGB (Red+Green+Blue) = 194+147+80=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C29350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29350 is #3D6CAF. Grayscale: #999999. Windows color (decimal): -4025520 or 5280706. OLE color: 5280706.

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

Color convert

RGB 194 147 80 -
CMYK 0 0.24 0.59 0.24
HSL 35.26º 0.48% 0.54% -
HSV(B) 35.26º 0.59% 0.76% -
XYZ 34.13 32.92 12.14 -
YUV 153.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 194 147 80 0 0.24 0.59 0.24 35.26 0.48 0.54
Hex C2 93 50 0 18 3B 18 23 30 36
Octal 302 223 120 0 30 73 30 43 60 66
Binary 11000010 10010011 1010000 0 11000 111011 11000 100011 110000 110110

Color Harmonies of #C29350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29350

Black with #C29350

Text Example


Text Example

White with #C29350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29350; }

 p { color: rgb(194,147,80); }

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

background-color css

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

 a { background-color: rgb(194,147,80); }

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

border-color css

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

 span { border-color: rgb(194,147,80); }

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