Html Css Color HEX #C29546 Tussock

📋 copy color: '#C29546'

red 194 ◦ green 149 ◦ blue 70

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

Shades of Tussock #C29546

Tints of Tussock #C29546

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 46.97%
G = 36.08%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29546 (or 0xC29546) is known color: Tussock. HEX triplet: C2, 95 and 46. RGB value is (194,149,70). Sum of RGB (Red+Green+Blue) = 194+149+70=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C29546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29546 is #3D6AB9. Grayscale: #999999. Windows color (decimal): -4025018 or 4625858. OLE color: 4625858.

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

Color convert

RGB 194 149 70 -
CMYK 0 0.23 0.64 0.24
HSL 38.23º 0.5% 0.52% -
HSV(B) 38.23º 0.64% 0.76% -
XYZ 34.1 33.41 10.45 -
YUV 153.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 194 149 70 0 0.23 0.64 0.24 38.23 0.5 0.52
Hex C2 95 46 0 17 40 18 26 32 34
Octal 302 225 106 0 27 100 30 46 62 64
Binary 11000010 10010101 1000110 0 10111 1000000 11000 100110 110010 110100

Color Harmonies of #C29546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29546

Black with #C29546

Text Example


Text Example

White with #C29546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29546; }

 p { color: rgb(194,149,70); }

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

background-color css

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

 a { background-color: rgb(194,149,70); }

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

border-color css

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

 span { border-color: rgb(194,149,70); }

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