Html Css Color HEX #C0962B Nugget

📋 copy color: '#C0962B'

red 192 ◦ green 150 ◦ blue 43

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

Shades of Nugget #C0962B

Tints of Nugget #C0962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

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

R = 49.87%
G = 38.96%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0962B (or 0xC0962B) is known color: Nugget. HEX triplet: C0, 96 and 2B. RGB value is (192,150,43). Sum of RGB (Red+Green+Blue) = 192+150+43=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0962B is #3F69D4. Grayscale: #969696. Windows color (decimal): -4155861 or 2856640. OLE color: 2856640.

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

Color convert

RGB 192 150 43 -
CMYK 0 0.22 0.78 0.25
HSL 43.09º 0.63% 0.46% -
HSV(B) 43.09º 0.78% 0.75% -
XYZ 33.08 33.19 6.95 -
YUV 150.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 192 150 43 0 0.22 0.78 0.25 43.09 0.63 0.46
Hex C0 96 2B 0 16 4E 19 2B 3F 2E
Octal 300 226 53 0 26 116 31 53 77 56
Binary 11000000 10010110 101011 0 10110 1001110 11001 101011 111111 101110

Color Harmonies of #C0962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0962B

Black with #C0962B

Text Example


Text Example

White with #C0962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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