Html Css Color HEX #C0972B Nugget

📋 copy color: '#C0972B'

red 192 ◦ green 151 ◦ blue 43

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

Shades of Nugget #C0972B

Tints of Nugget #C0972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.14%

R = 49.74%
G = 39.12%
B = 11.14%

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

#C0972B (or 0xC0972B) is known color: Nugget. HEX triplet: C0, 97 and 2B. RGB value is (192,151,43). Sum of RGB (Red+Green+Blue) = 192+151+43=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0972B is #3F68D4. Grayscale: #979797. Windows color (decimal): -4155605 or 2856896. OLE color: 2856896.

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

Color convert

RGB 192 151 43 -
CMYK 0 0.21 0.78 0.25
HSL 43.49º 0.63% 0.46% -
HSV(B) 43.49º 0.78% 0.75% -
XYZ 33.24 33.51 7 -
YUV 150.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 192 151 43 0 0.21 0.78 0.25 43.49 0.63 0.46
Hex C0 97 2B 0 15 4E 19 2B 3F 2E
Octal 300 227 53 0 25 116 31 53 77 56
Binary 11000000 10010111 101011 0 10101 1001110 11001 101011 111111 101110

Color Harmonies of #C0972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0972B

Black with #C0972B

Text Example


Text Example

White with #C0972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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