Html Css Color HEX #C29245 Tussock

📋 copy color: '#C29245'

red 194 ◦ green 146 ◦ blue 69

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

Shades of Tussock #C29245

Tints of Tussock #C29245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 69 (27.34% from 255) = 16.87%

R = 47.43%
G = 35.7%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29245 (or 0xC29245) is known color: Tussock. HEX triplet: C2, 92 and 45. RGB value is (194,146,69). Sum of RGB (Red+Green+Blue) = 194+146+69=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29245 is #3D6DBA. Grayscale: #979797. Windows color (decimal): -4025787 or 4559554. OLE color: 4559554.

HSL color Cylindrical-coordinate representation of color #C29245: hue angle of 36.96º degrees, saturation: 0.51, 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 #C29245 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 69 -
CMYK 0 0.25 0.64 0.24
HSL 36.96º 0.51% 0.52% -
HSV(B) 36.96º 0.64% 0.76% -
XYZ 33.6 32.46 10.12 -
YUV 151.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 194 146 69 0 0.25 0.64 0.24 36.96 0.51 0.52
Hex C2 92 45 0 19 40 18 25 33 34
Octal 302 222 105 0 31 100 30 45 63 64
Binary 11000010 10010010 1000101 0 11001 1000000 11000 100101 110011 110100

Color Harmonies of #C29245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29245

Black with #C29245

Text Example


Text Example

White with #C29245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29245; }

 p { color: rgb(194,146,69); }

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

background-color css

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

 a { background-color: rgb(194,146,69); }

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

border-color css

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

 span { border-color: rgb(194,146,69); }

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