Html Css Color HEX #C0902E Nugget

📋 copy color: '#C0902E'

red 192 ◦ green 144 ◦ blue 46

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

Shades of Nugget #C0902E

Tints of Nugget #C0902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.04%

R = 50.26%
G = 37.7%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0902E (or 0xC0902E) is known color: Nugget. HEX triplet: C0, 90 and 2E. RGB value is (192,144,46). Sum of RGB (Red+Green+Blue) = 192+144+46=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0902E is #3F6FD1. Grayscale: #939393. Windows color (decimal): -4157394 or 3051712. OLE color: 3051712.

HSL color Cylindrical-coordinate representation of color #C0902E: hue angle of 40.27º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0902E is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 46 -
CMYK 0 0.25 0.76 0.25
HSL 40.27º 0.61% 0.47% -
HSV(B) 40.27º 0.76% 0.75% -
XYZ 32.2 31.35 6.94 -
YUV 147.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 192 144 46 0 0.25 0.76 0.25 40.27 0.61 0.47
Hex C0 90 2E 0 19 4C 19 28 3D 2F
Octal 300 220 56 0 31 114 31 50 75 57
Binary 11000000 10010000 101110 0 11001 1001100 11001 101000 111101 101111

Color Harmonies of #C0902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0902E

Black with #C0902E

Text Example


Text Example

White with #C0902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0902E; }

 p { color: rgb(192,144,46); }

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

background-color css

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

 a { background-color: rgb(192,144,46); }

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

border-color css

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

 span { border-color: rgb(192,144,46); }

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