Html Css Color HEX #C19027 Nugget

📋 copy color: '#C19027'

red 193 ◦ green 144 ◦ blue 39

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

Shades of Nugget #C19027

Tints of Nugget #C19027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 51.33%
G = 38.3%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C19027 (or 0xC19027) is known color: Nugget. HEX triplet: C1, 90 and 27. RGB value is (193,144,39). Sum of RGB (Red+Green+Blue) = 193+144+39=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C19027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19027 is #3E6FD8. Grayscale: #939393. Windows color (decimal): -4091865 or 2592961. OLE color: 2592961.

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

Color convert

RGB 193 144 39 -
CMYK 0 0.25 0.80 0.24
HSL 40.91º 0.66% 0.45% -
HSV(B) 40.91º 0.8% 0.76% -
XYZ 32.33 31.43 6.28 -
YUV 146.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 193 144 39 0 0.25 0.80 0.24 40.91 0.66 0.45
Hex C1 90 27 0 19 50 18 29 42 2D
Octal 301 220 47 0 31 120 30 51 102 55
Binary 11000001 10010000 100111 0 11001 1010000 11000 101001 1000010 101101

Color Harmonies of #C19027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19027

Black with #C19027

Text Example


Text Example

White with #C19027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19027; }

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

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

background-color css

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

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

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

border-color css

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

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

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