Html Css Color HEX #C19846 Tussock

📋 copy color: '#C19846'

red 193 ◦ green 152 ◦ blue 70

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

Shades of Tussock #C19846

Tints of Tussock #C19846

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

 BLUE value IS 70 (27.73% from 255) = 16.87%

R = 46.51%
G = 36.63%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C19846 (or 0xC19846) is known color: Tussock. HEX triplet: C1, 98 and 46. RGB value is (193,152,70). Sum of RGB (Red+Green+Blue) = 193+152+70=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C19846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19846 is #3E67B9. Grayscale: #9B9B9B. Windows color (decimal): -4089786 or 4626625. OLE color: 4626625.

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

Color convert

RGB 193 152 70 -
CMYK 0 0.21 0.64 0.24
HSL 40º 0.5% 0.52% -
HSV(B) 40º 0.64% 0.76% -
XYZ 34.33 34.24 10.59 -
YUV 154.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 193 152 70 0 0.21 0.64 0.24 40 0.5 0.52
Hex C1 98 46 0 15 40 18 28 32 34
Octal 301 230 106 0 25 100 30 50 62 64
Binary 11000001 10011000 1000110 0 10101 1000000 11000 101000 110010 110100

Color Harmonies of #C19846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19846

Black with #C19846

Text Example


Text Example

White with #C19846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19846; }

 p { color: rgb(193,152,70); }

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

background-color css

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

 a { background-color: rgb(193,152,70); }

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

border-color css

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

 span { border-color: rgb(193,152,70); }

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