Html Css Color HEX #C19933 Nugget

📋 copy color: '#C19933'

red 193 ◦ green 153 ◦ blue 51

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

Shades of Nugget #C19933

Tints of Nugget #C19933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 48.61%
G = 38.54%
B = 12.85%

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

#C19933 (or 0xC19933) is known color: Nugget. HEX triplet: C1, 99 and 33. RGB value is (193,153,51). Sum of RGB (Red+Green+Blue) = 193+153+51=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C19933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19933 is #3E66CC. Grayscale: #999999. Windows color (decimal): -4089549 or 3381697. OLE color: 3381697.

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

Color convert

RGB 193 153 51 -
CMYK 0 0.21 0.74 0.24
HSL 43.1º 0.58% 0.48% -
HSV(B) 43.1º 0.74% 0.76% -
XYZ 33.98 34.36 7.97 -
YUV 153.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 193 153 51 0 0.21 0.74 0.24 43.1 0.58 0.48
Hex C1 99 33 0 15 4A 18 2B 3A 30
Octal 301 231 63 0 25 112 30 53 72 60
Binary 11000001 10011001 110011 0 10101 1001010 11000 101011 111010 110000

Color Harmonies of #C19933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19933

Black with #C19933

Text Example


Text Example

White with #C19933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19933; }

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

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

background-color css

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

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

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

border-color css

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

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

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