Html Css Color HEX #C19227 Nugget

📋 copy color: '#C19227'

red 193 ◦ green 146 ◦ blue 39

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

Shades of Nugget #C19227

Tints of Nugget #C19227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 51.06%
G = 38.62%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C19227 (or 0xC19227) is known color: Nugget. HEX triplet: C1, 92 and 27. RGB value is (193,146,39). Sum of RGB (Red+Green+Blue) = 193+146+39=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C19227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19227 is #3E6DD8. Grayscale: #949494. Windows color (decimal): -4091353 or 2593473. OLE color: 2593473.

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

Color convert

RGB 193 146 39 -
CMYK 0 0.24 0.80 0.24
HSL 41.69º 0.66% 0.45% -
HSV(B) 41.69º 0.8% 0.76% -
XYZ 32.64 32.04 6.38 -
YUV 147.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 193 146 39 0 0.24 0.80 0.24 41.69 0.66 0.45
Hex C1 92 27 0 18 50 18 2A 42 2D
Octal 301 222 47 0 30 120 30 52 102 55
Binary 11000001 10010010 100111 0 11000 1010000 11000 101010 1000010 101101

Color Harmonies of #C19227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19227

Black with #C19227

Text Example


Text Example

White with #C19227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19227; }

 p { color: rgb(193,146,39); }

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

background-color css

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

 a { background-color: rgb(193,146,39); }

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

border-color css

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

 span { border-color: rgb(193,146,39); }

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