Html Css Color HEX #C19946 Tussock

📋 copy color: '#C19946'

red 193 ◦ green 153 ◦ blue 70

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

Shades of Tussock #C19946

Tints of Tussock #C19946

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

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

R = 46.39%
G = 36.78%
B = 16.83%

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

#C19946 (or 0xC19946) is known color: Tussock. HEX triplet: C1, 99 and 46. RGB value is (193,153,70). Sum of RGB (Red+Green+Blue) = 193+153+70=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C19946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19946 is #3E66B9. Grayscale: #9B9B9B. Windows color (decimal): -4089530 or 4626881. OLE color: 4626881.

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

Color convert

RGB 193 153 70 -
CMYK 0 0.21 0.64 0.24
HSL 40.49º 0.5% 0.52% -
HSV(B) 40.49º 0.64% 0.76% -
XYZ 34.49 34.56 10.65 -
YUV 155.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 193 153 70 0 0.21 0.64 0.24 40.49 0.5 0.52
Hex C1 99 46 0 15 40 18 28 32 34
Octal 301 231 106 0 25 100 30 50 62 64
Binary 11000001 10011001 1000110 0 10101 1000000 11000 101000 110010 110100

Color Harmonies of #C19946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19946

Black with #C19946

Text Example


Text Example

White with #C19946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19946; }

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

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

background-color css

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

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

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

border-color css

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

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

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