Html Css Color HEX #C0972C Nugget

📋 copy color: '#C0972C'

red 192 ◦ green 151 ◦ blue 44

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

Shades of Nugget #C0972C

Tints of Nugget #C0972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.02%

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

R = 49.61%
G = 39.02%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0972C (or 0xC0972C) is known color: Nugget. HEX triplet: C0, 97 and 2C. RGB value is (192,151,44). Sum of RGB (Red+Green+Blue) = 192+151+44=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0972C is #3F68D3. Grayscale: #979797. Windows color (decimal): -4155604 or 2922432. OLE color: 2922432.

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

Color convert

RGB 192 151 44 -
CMYK 0 0.21 0.77 0.25
HSL 43.38º 0.63% 0.46% -
HSV(B) 43.38º 0.77% 0.75% -
XYZ 33.26 33.52 7.1 -
YUV 151.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 192 151 44 0 0.21 0.77 0.25 43.38 0.63 0.46
Hex C0 97 2C 0 15 4D 19 2B 3F 2E
Octal 300 227 54 0 25 115 31 53 77 56
Binary 11000000 10010111 101100 0 10101 1001101 11001 101011 111111 101110

Color Harmonies of #C0972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0972C

Black with #C0972C

Text Example


Text Example

White with #C0972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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