Html Css Color HEX #C19E34 Nugget

📋 copy color: '#C19E34'

red 193 ◦ green 158 ◦ blue 52

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

Shades of Nugget #C19E34

Tints of Nugget #C19E34

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.21%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 47.89%
G = 39.21%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C19E34 (or 0xC19E34) is known color: Nugget. HEX triplet: C1, 9E and 34. RGB value is (193,158,52). Sum of RGB (Red+Green+Blue) = 193+158+52=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E34 is #3E61CB. Grayscale: #9C9C9C. Windows color (decimal): -4088268 or 3448513. OLE color: 3448513.

HSL color Cylindrical-coordinate representation of color #C19E34: hue angle of 45.11º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C19E34 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 158 52 -
CMYK 0 0.18 0.73 0.24
HSL 45.11º 0.58% 0.48% -
HSV(B) 45.11º 0.73% 0.76% -
XYZ 34.84 36.04 8.37 -
YUV 156.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 193 158 52 0 0.18 0.73 0.24 45.11 0.58 0.48
Hex C1 9E 34 0 12 49 18 2D 3A 30
Octal 301 236 64 0 22 111 30 55 72 60
Binary 11000001 10011110 110100 0 10010 1001001 11000 101101 111010 110000

Color Harmonies of #C19E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E34

Black with #C19E34

Text Example


Text Example

White with #C19E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E34; }

 p { color: rgb(193,158,52); }

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

background-color css

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

 a { background-color: rgb(193,158,52); }

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

border-color css

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

 span { border-color: rgb(193,158,52); }

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