Html Css Color HEX #C19645 Tussock

📋 copy color: '#C19645'

red 193 ◦ green 150 ◦ blue 69

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

Shades of Tussock #C19645

Tints of Tussock #C19645

RGB

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

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

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

R = 46.84%
G = 36.41%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C19645 (or 0xC19645) is known color: Tussock. HEX triplet: C1, 96 and 45. RGB value is (193,150,69). Sum of RGB (Red+Green+Blue) = 193+150+69=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C19645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19645 is #3E69BA. Grayscale: #999999. Windows color (decimal): -4090299 or 4560577. OLE color: 4560577.

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

Color convert

RGB 193 150 69 -
CMYK 0 0.22 0.64 0.24
HSL 39.19º 0.5% 0.51% -
HSV(B) 39.19º 0.64% 0.76% -
XYZ 33.97 33.58 10.32 -
YUV 153.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 193 150 69 0 0.22 0.64 0.24 39.19 0.5 0.51
Hex C1 96 45 0 16 40 18 27 32 33
Octal 301 226 105 0 26 100 30 47 62 63
Binary 11000001 10010110 1000101 0 10110 1000000 11000 100111 110010 110011

Color Harmonies of #C19645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19645

Black with #C19645

Text Example


Text Example

White with #C19645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19645; }

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

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

background-color css

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

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

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

border-color css

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

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

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