Html Css Color HEX #C19832 Nugget

📋 copy color: '#C19832'

red 193 ◦ green 152 ◦ blue 50

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

Shades of Nugget #C19832

Tints of Nugget #C19832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

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

R = 48.86%
G = 38.48%
B = 12.66%

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

#C19832 (or 0xC19832) is known color: Nugget. HEX triplet: C1, 98 and 32. RGB value is (193,152,50). Sum of RGB (Red+Green+Blue) = 193+152+50=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C19832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19832 is #3E67CD. Grayscale: #999999. Windows color (decimal): -4089806 or 3315905. OLE color: 3315905.

HSL color Cylindrical-coordinate representation of color #C19832: hue angle of 42.8º 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 #C19832 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 50 -
CMYK 0 0.21 0.74 0.24
HSL 42.8º 0.59% 0.48% -
HSV(B) 42.8º 0.74% 0.76% -
XYZ 33.8 34.02 7.8 -
YUV 152.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 193 152 50 0 0.21 0.74 0.24 42.8 0.59 0.48
Hex C1 98 32 0 15 4A 18 2B 3B 30
Octal 301 230 62 0 25 112 30 53 73 60
Binary 11000001 10011000 110010 0 10101 1001010 11000 101011 111011 110000

Color Harmonies of #C19832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19832

Black with #C19832

Text Example


Text Example

White with #C19832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19832; }

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

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

background-color css

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

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

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

border-color css

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

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

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