Html Css Color HEX #C19926 Nugget

📋 copy color: '#C19926'

red 193 ◦ green 153 ◦ blue 38

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

Shades of Nugget #C19926

Tints of Nugget #C19926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.9%

R = 50.26%
G = 39.84%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C19926 (or 0xC19926) is known color: Nugget. HEX triplet: C1, 99 and 26. RGB value is (193,153,38). Sum of RGB (Red+Green+Blue) = 193+153+38=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C19926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19926 is #3E66D9. Grayscale: #989898. Windows color (decimal): -4089562 or 2529729. OLE color: 2529729.

HSL color Cylindrical-coordinate representation of color #C19926: hue angle of 44.52º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C19926 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 38 -
CMYK 0 0.21 0.80 0.24
HSL 44.52º 0.67% 0.45% -
HSV(B) 44.52º 0.8% 0.76% -
XYZ 33.73 34.26 6.67 -
YUV 151.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 193 153 38 0 0.21 0.80 0.24 44.52 0.67 0.45
Hex C1 99 26 0 15 50 18 2D 43 2D
Octal 301 231 46 0 25 120 30 55 103 55
Binary 11000001 10011001 100110 0 10101 1010000 11000 101101 1000011 101101

Color Harmonies of #C19926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19926

Black with #C19926

Text Example


Text Example

White with #C19926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19926; }

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

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

background-color css

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

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

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

border-color css

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

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

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