Html Css Color HEX #C19A2E Nugget

📋 copy color: '#C19A2E'

red 193 ◦ green 154 ◦ blue 46

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

Shades of Nugget #C19A2E

Tints of Nugget #C19A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 49.11%
G = 39.19%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C19A2E (or 0xC19A2E) is known color: Nugget. HEX triplet: C1, 9A and 2E. RGB value is (193,154,46). Sum of RGB (Red+Green+Blue) = 193+154+46=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A2E is #3E65D1. Grayscale: #999999. Windows color (decimal): -4089298 or 3054273. OLE color: 3054273.

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

Color convert

RGB 193 154 46 -
CMYK 0 0.20 0.76 0.24
HSL 44.08º 0.62% 0.47% -
HSV(B) 44.08º 0.76% 0.76% -
XYZ 34.04 34.65 7.48 -
YUV 153.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 193 154 46 0 0.20 0.76 0.24 44.08 0.62 0.47
Hex C1 9A 2E 0 14 4C 18 2C 3E 2F
Octal 301 232 56 0 24 114 30 54 76 57
Binary 11000001 10011010 101110 0 10100 1001100 11000 101100 111110 101111

Color Harmonies of #C19A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A2E

Black with #C19A2E

Text Example


Text Example

White with #C19A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A2E; }

 p { color: rgb(193,154,46); }

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

background-color css

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

 a { background-color: rgb(193,154,46); }

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

border-color css

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

 span { border-color: rgb(193,154,46); }

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