Html Css Color HEX #C19624 Nugget

📋 copy color: '#C19624'

red 193 ◦ green 150 ◦ blue 36

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

Shades of Nugget #C19624

Tints of Nugget #C19624

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 36 (14.45% from 255) = 9.5%

R = 50.92%
G = 39.58%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19624 (or 0xC19624) is known color: Nugget. HEX triplet: C1, 96 and 24. RGB value is (193,150,36). Sum of RGB (Red+Green+Blue) = 193+150+36=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C19624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19624 is #3E69DB. Grayscale: #969696. Windows color (decimal): -4090332 or 2397889. OLE color: 2397889.

HSL color Cylindrical-coordinate representation of color #C19624: hue angle of 43.57º degrees, saturation: 0.69, 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 #C19624 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 36 -
CMYK 0 0.22 0.81 0.24
HSL 43.57º 0.69% 0.45% -
HSV(B) 43.57º 0.81% 0.76% -
XYZ 33.22 33.28 6.34 -
YUV 149.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 193 150 36 0 0.22 0.81 0.24 43.57 0.69 0.45
Hex C1 96 24 0 16 51 18 2C 45 2D
Octal 301 226 44 0 26 121 30 54 105 55
Binary 11000001 10010110 100100 0 10110 1010001 11000 101100 1000101 101101

Color Harmonies of #C19624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19624

Black with #C19624

Text Example


Text Example

White with #C19624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19624; }

 p { color: rgb(193,150,36); }

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

background-color css

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

 a { background-color: rgb(193,150,36); }

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

border-color css

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

 span { border-color: rgb(193,150,36); }

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