Html Css Color HEX #C0911E Nugget

📋 copy color: '#C0911E'

red 192 ◦ green 145 ◦ blue 30

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

Shades of Nugget #C0911E

Tints of Nugget #C0911E

RGB

 RED value IS 192 (75.39% from 255) = 52.32%

 GREEN value IS 145 (57.03% from 255) = 39.51%

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 52.32%
G = 39.51%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0911E (or 0xC0911E) is known color: Nugget. HEX triplet: C0, 91 and 1E. RGB value is (192,145,30). Sum of RGB (Red+Green+Blue) = 192+145+30=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0911E is #3F6EE1. Grayscale: #929292. Windows color (decimal): -4157154 or 2003392. OLE color: 2003392.

HSL color Cylindrical-coordinate representation of color #C0911E: hue angle of 42.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0911E is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 30 -
CMYK 0 0.24 0.84 0.25
HSL 42.59º 0.73% 0.44% -
HSV(B) 42.59º 0.84% 0.75% -
XYZ 32.1 31.55 5.63 -
YUV 145.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 192 145 30 0 0.24 0.84 0.25 42.59 0.73 0.44
Hex C0 91 1E 0 18 54 19 2B 49 2C
Octal 300 221 36 0 30 124 31 53 111 54
Binary 11000000 10010001 11110 0 11000 1010100 11001 101011 1001001 101100

Color Harmonies of #C0911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0911E

Black with #C0911E

Text Example


Text Example

White with #C0911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0911E; }

 p { color: rgb(192,145,30); }

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

background-color css

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

 a { background-color: rgb(192,145,30); }

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

border-color css

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

 span { border-color: rgb(192,145,30); }

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