Html Css Color HEX #C19932 Nugget

📋 copy color: '#C19932'

red 193 ◦ green 153 ◦ blue 50

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

Shades of Nugget #C19932

Tints of Nugget #C19932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 48.74%
G = 38.64%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C19932 (or 0xC19932) is known color: Nugget. HEX triplet: C1, 99 and 32. RGB value is (193,153,50). Sum of RGB (Red+Green+Blue) = 193+153+50=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C19932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19932 is #3E66CD. Grayscale: #999999. Windows color (decimal): -4089550 or 3316161. OLE color: 3316161.

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

Color convert

RGB 193 153 50 -
CMYK 0 0.21 0.74 0.24
HSL 43.22º 0.59% 0.48% -
HSV(B) 43.22º 0.74% 0.76% -
XYZ 33.96 34.35 7.86 -
YUV 153.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 193 153 50 0 0.21 0.74 0.24 43.22 0.59 0.48
Hex C1 99 32 0 15 4A 18 2B 3B 30
Octal 301 231 62 0 25 112 30 53 73 60
Binary 11000001 10011001 110010 0 10101 1001010 11000 101011 111011 110000

Color Harmonies of #C19932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19932

Black with #C19932

Text Example


Text Example

White with #C19932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19932; }

 p { color: rgb(193,153,50); }

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

background-color css

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

 a { background-color: rgb(193,153,50); }

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

border-color css

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

 span { border-color: rgb(193,153,50); }

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