Html Css Color HEX #C29345 Tussock

📋 copy color: '#C29345'

red 194 ◦ green 147 ◦ blue 69

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

Shades of Tussock #C29345

Tints of Tussock #C29345

RGB

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

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

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

R = 47.32%
G = 35.85%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29345 (or 0xC29345) is known color: Tussock. HEX triplet: C2, 93 and 45. RGB value is (194,147,69). Sum of RGB (Red+Green+Blue) = 194+147+69=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C29345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29345 is #3D6CBA. Grayscale: #989898. Windows color (decimal): -4025531 or 4559810. OLE color: 4559810.

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

Color convert

RGB 194 147 69 -
CMYK 0 0.24 0.64 0.24
HSL 37.44º 0.51% 0.52% -
HSV(B) 37.44º 0.64% 0.76% -
XYZ 33.76 32.77 10.18 -
YUV 152.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 194 147 69 0 0.24 0.64 0.24 37.44 0.51 0.52
Hex C2 93 45 0 18 40 18 25 33 34
Octal 302 223 105 0 30 100 30 45 63 64
Binary 11000010 10010011 1000101 0 11000 1000000 11000 100101 110011 110100

Color Harmonies of #C29345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29345

Black with #C29345

Text Example


Text Example

White with #C29345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29345; }

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

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

background-color css

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

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

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

border-color css

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

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

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