Html Css Color HEX #C19642 Tussock

📋 copy color: '#C19642'

red 193 ◦ green 150 ◦ blue 66

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

Shades of Tussock #C19642

Tints of Tussock #C19642

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 66 (26.17% from 255) = 16.14%

R = 47.19%
G = 36.67%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C19642 (or 0xC19642) is known color: Tussock. HEX triplet: C1, 96 and 42. RGB value is (193,150,66). Sum of RGB (Red+Green+Blue) = 193+150+66=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19642 is #3E69BD. Grayscale: #999999. Windows color (decimal): -4090302 or 4363969. OLE color: 4363969.

HSL color Cylindrical-coordinate representation of color #C19642: hue angle of 39.69º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C19642 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 66 -
CMYK 0 0.22 0.66 0.24
HSL 39.69º 0.51% 0.51% -
HSV(B) 39.69º 0.66% 0.76% -
XYZ 33.88 33.54 9.84 -
YUV 153.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 193 150 66 0 0.22 0.66 0.24 39.69 0.51 0.51
Hex C1 96 42 0 16 42 18 28 33 33
Octal 301 226 102 0 26 102 30 50 63 63
Binary 11000001 10010110 1000010 0 10110 1000010 11000 101000 110011 110011

Color Harmonies of #C19642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19642

Black with #C19642

Text Example


Text Example

White with #C19642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19642; }

 p { color: rgb(193,150,66); }

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

background-color css

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

 a { background-color: rgb(193,150,66); }

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

border-color css

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

 span { border-color: rgb(193,150,66); }

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