Html Css Color HEX #C0922C Nugget

📋 copy color: '#C0922C'

red 192 ◦ green 146 ◦ blue 44

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

Shades of Nugget #C0922C

Tints of Nugget #C0922C

RGB

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

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

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

R = 50.26%
G = 38.22%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0922C (or 0xC0922C) is known color: Nugget. HEX triplet: C0, 92 and 2C. RGB value is (192,146,44). Sum of RGB (Red+Green+Blue) = 192+146+44=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0922C is #3F6DD3. Grayscale: #949494. Windows color (decimal): -4156884 or 2921152. OLE color: 2921152.

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

Color convert

RGB 192 146 44 -
CMYK 0 0.24 0.77 0.25
HSL 41.35º 0.63% 0.46% -
HSV(B) 41.35º 0.77% 0.75% -
XYZ 32.47 31.95 6.84 -
YUV 148.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 192 146 44 0 0.24 0.77 0.25 41.35 0.63 0.46
Hex C0 92 2C 0 18 4D 19 29 3F 2E
Octal 300 222 54 0 30 115 31 51 77 56
Binary 11000000 10010010 101100 0 11000 1001101 11001 101001 111111 101110

Color Harmonies of #C0922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0922C

Black with #C0922C

Text Example


Text Example

White with #C0922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0922C; }

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

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

background-color css

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

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

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

border-color css

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

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

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