Html Css Color HEX #C29850 Tussock

📋 copy color: '#C29850'

red 194 ◦ green 152 ◦ blue 80

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

Shades of Tussock #C29850

Tints of Tussock #C29850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

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

R = 45.54%
G = 35.68%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C29850 (or 0xC29850) is known color: Tussock. HEX triplet: C2, 98 and 50. RGB value is (194,152,80). Sum of RGB (Red+Green+Blue) = 194+152+80=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C29850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29850 is #3D67AF. Grayscale: #9C9C9C. Windows color (decimal): -4024240 or 5281986. OLE color: 5281986.

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

Color convert

RGB 194 152 80 -
CMYK 0 0.22 0.59 0.24
HSL 37.89º 0.48% 0.54% -
HSV(B) 37.89º 0.59% 0.76% -
XYZ 34.92 34.5 12.41 -
YUV 156.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 194 152 80 0 0.22 0.59 0.24 37.89 0.48 0.54
Hex C2 98 50 0 16 3B 18 26 30 36
Octal 302 230 120 0 26 73 30 46 60 66
Binary 11000010 10011000 1010000 0 10110 111011 11000 100110 110000 110110

Color Harmonies of #C29850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29850

Black with #C29850

Text Example


Text Example

White with #C29850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29850; }

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

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

background-color css

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

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

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

border-color css

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

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

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