Html Css Color HEX #C19A2C Nugget

📋 copy color: '#C19A2C'

red 193 ◦ green 154 ◦ blue 44

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

Shades of Nugget #C19A2C

Tints of Nugget #C19A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.25%

R = 49.36%
G = 39.39%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C19A2C (or 0xC19A2C) is known color: Nugget. HEX triplet: C1, 9A and 2C. RGB value is (193,154,44). Sum of RGB (Red+Green+Blue) = 193+154+44=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A2C is #3E65D3. Grayscale: #999999. Windows color (decimal): -4089300 or 2923201. OLE color: 2923201.

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

Color convert

RGB 193 154 44 -
CMYK 0 0.20 0.77 0.24
HSL 44.3º 0.63% 0.46% -
HSV(B) 44.3º 0.77% 0.76% -
XYZ 34 34.63 7.28 -
YUV 153.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 193 154 44 0 0.20 0.77 0.24 44.3 0.63 0.46
Hex C1 9A 2C 0 14 4D 18 2C 3F 2E
Octal 301 232 54 0 24 115 30 54 77 56
Binary 11000001 10011010 101100 0 10100 1001101 11000 101100 111111 101110

Color Harmonies of #C19A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A2C

Black with #C19A2C

Text Example


Text Example

White with #C19A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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