Html Css Color HEX #C0972A Nugget

📋 copy color: '#C0972A'

red 192 ◦ green 151 ◦ blue 42

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

Shades of Nugget #C0972A

Tints of Nugget #C0972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.91%

R = 49.87%
G = 39.22%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0972A (or 0xC0972A) is known color: Nugget. HEX triplet: C0, 97 and 2A. RGB value is (192,151,42). Sum of RGB (Red+Green+Blue) = 192+151+42=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0972A is #3F68D5. Grayscale: #979797. Windows color (decimal): -4155606 or 2791360. OLE color: 2791360.

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

Color convert

RGB 192 151 42 -
CMYK 0 0.21 0.78 0.25
HSL 43.6º 0.64% 0.46% -
HSV(B) 43.6º 0.78% 0.75% -
XYZ 33.22 33.51 6.91 -
YUV 150.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 192 151 42 0 0.21 0.78 0.25 43.6 0.64 0.46
Hex C0 97 2A 0 15 4E 19 2C 40 2E
Octal 300 227 52 0 25 116 31 54 100 56
Binary 11000000 10010111 101010 0 10101 1001110 11001 101100 1000000 101110

Color Harmonies of #C0972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0972A

Black with #C0972A

Text Example


Text Example

White with #C0972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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