Html Css Color HEX #C29450 Tussock

📋 copy color: '#C29450'

red 194 ◦ green 148 ◦ blue 80

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

Shades of Tussock #C29450

Tints of Tussock #C29450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

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

R = 45.97%
G = 35.07%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C29450 (or 0xC29450) is known color: Tussock. HEX triplet: C2, 94 and 50. RGB value is (194,148,80). Sum of RGB (Red+Green+Blue) = 194+148+80=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C29450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29450 is #3D6BAF. Grayscale: #9A9A9A. Windows color (decimal): -4025264 or 5280962. OLE color: 5280962.

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

Color convert

RGB 194 148 80 -
CMYK 0 0.24 0.59 0.24
HSL 35.79º 0.48% 0.54% -
HSV(B) 35.79º 0.59% 0.76% -
XYZ 34.29 33.23 12.2 -
YUV 154 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 194 148 80 0 0.24 0.59 0.24 35.79 0.48 0.54
Hex C2 94 50 0 18 3B 18 24 30 36
Octal 302 224 120 0 30 73 30 44 60 66
Binary 11000010 10010100 1010000 0 11000 111011 11000 100100 110000 110110

Color Harmonies of #C29450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29450

Black with #C29450

Text Example


Text Example

White with #C29450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29450; }

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

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

background-color css

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

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

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

border-color css

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

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

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