Html Css Color HEX #C0902C Nugget

📋 copy color: '#C0902C'

red 192 ◦ green 144 ◦ blue 44

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

Shades of Nugget #C0902C

Tints of Nugget #C0902C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 50.53%
G = 37.89%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0902C (or 0xC0902C) is known color: Nugget. HEX triplet: C0, 90 and 2C. RGB value is (192,144,44). Sum of RGB (Red+Green+Blue) = 192+144+44=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0902C is #3F6FD3. Grayscale: #939393. Windows color (decimal): -4157396 or 2920640. OLE color: 2920640.

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

Color convert

RGB 192 144 44 -
CMYK 0 0.25 0.77 0.25
HSL 40.54º 0.63% 0.46% -
HSV(B) 40.54º 0.77% 0.75% -
XYZ 32.17 31.33 6.74 -
YUV 146.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 192 144 44 0 0.25 0.77 0.25 40.54 0.63 0.46
Hex C0 90 2C 0 19 4D 19 29 3F 2E
Octal 300 220 54 0 31 115 31 51 77 56
Binary 11000000 10010000 101100 0 11001 1001101 11001 101001 111111 101110

Color Harmonies of #C0902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0902C

Black with #C0902C

Text Example


Text Example

White with #C0902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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