Html Css Color HEX #C19732 Nugget

📋 copy color: '#C19732'

red 193 ◦ green 151 ◦ blue 50

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

Shades of Nugget #C19732

Tints of Nugget #C19732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

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

R = 48.98%
G = 38.32%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C19732 (or 0xC19732) is known color: Nugget. HEX triplet: C1, 97 and 32. RGB value is (193,151,50). Sum of RGB (Red+Green+Blue) = 193+151+50=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19732 is #3E68CD. Grayscale: #989898. Windows color (decimal): -4090062 or 3315649. OLE color: 3315649.

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

Color convert

RGB 193 151 50 -
CMYK 0 0.22 0.74 0.24
HSL 42.38º 0.59% 0.48% -
HSV(B) 42.38º 0.74% 0.76% -
XYZ 33.63 33.7 7.75 -
YUV 152.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 193 151 50 0 0.22 0.74 0.24 42.38 0.59 0.48
Hex C1 97 32 0 16 4A 18 2A 3B 30
Octal 301 227 62 0 26 112 30 52 73 60
Binary 11000001 10010111 110010 0 10110 1001010 11000 101010 111011 110000

Color Harmonies of #C19732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19732

Black with #C19732

Text Example


Text Example

White with #C19732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19732; }

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

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

background-color css

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

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

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

border-color css

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

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

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