Html Css Color HEX #C19A25 Nugget

📋 copy color: '#C19A25'

red 193 ◦ green 154 ◦ blue 37

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

Shades of Nugget #C19A25

Tints of Nugget #C19A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 50.26%
G = 40.1%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19A25 (or 0xC19A25) is known color: Nugget. HEX triplet: C1, 9A and 25. RGB value is (193,154,37). Sum of RGB (Red+Green+Blue) = 193+154+37=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A25 is #3E65DA. Grayscale: #989898. Windows color (decimal): -4089307 or 2464449. OLE color: 2464449.

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

Color convert

RGB 193 154 37 -
CMYK 0 0.20 0.81 0.24
HSL 45º 0.68% 0.45% -
HSV(B) 45º 0.81% 0.76% -
XYZ 33.88 34.58 6.64 -
YUV 152.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 193 154 37 0 0.20 0.81 0.24 45 0.68 0.45
Hex C1 9A 25 0 14 51 18 2D 44 2D
Octal 301 232 45 0 24 121 30 55 104 55
Binary 11000001 10011010 100101 0 10100 1010001 11000 101101 1000100 101101

Color Harmonies of #C19A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A25

Black with #C19A25

Text Example


Text Example

White with #C19A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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