Html Css Color HEX #C29650 Tussock

📋 copy color: '#C29650'

red 194 ◦ green 150 ◦ blue 80

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

Shades of Tussock #C29650

Tints of Tussock #C29650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.38%

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

R = 45.75%
G = 35.38%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C29650 (or 0xC29650) is known color: Tussock. HEX triplet: C2, 96 and 50. RGB value is (194,150,80). Sum of RGB (Red+Green+Blue) = 194+150+80=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C29650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29650 is #3D69AF. Grayscale: #9B9B9B. Windows color (decimal): -4024752 or 5281474. OLE color: 5281474.

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

Color convert

RGB 194 150 80 -
CMYK 0 0.23 0.59 0.24
HSL 36.84º 0.48% 0.54% -
HSV(B) 36.84º 0.59% 0.76% -
XYZ 34.6 33.86 12.3 -
YUV 155.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 194 150 80 0 0.23 0.59 0.24 36.84 0.48 0.54
Hex C2 96 50 0 17 3B 18 25 30 36
Octal 302 226 120 0 27 73 30 45 60 66
Binary 11000010 10010110 1010000 0 10111 111011 11000 100101 110000 110110

Color Harmonies of #C29650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29650

Black with #C29650

Text Example


Text Example

White with #C29650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29650; }

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

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

background-color css

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

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

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

border-color css

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

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

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