Html Css Color HEX #C2962E Nugget

📋 copy color: '#C2962E'

red 194 ◦ green 150 ◦ blue 46

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

Shades of Nugget #C2962E

Tints of Nugget #C2962E

RGB

 RED value IS 194 (76.17% from 255) = 49.74%

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

 BLUE value IS 46 (18.36% from 255) = 11.79%

R = 49.74%
G = 38.46%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2962E (or 0xC2962E) is known color: Nugget. HEX triplet: C2, 96 and 2E. RGB value is (194,150,46). Sum of RGB (Red+Green+Blue) = 194+150+46=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2962E is #3D69D1. Grayscale: #979797. Windows color (decimal): -4024786 or 3053250. OLE color: 3053250.

HSL color Cylindrical-coordinate representation of color #C2962E: hue angle of 42.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2962E is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 46 -
CMYK 0 0.23 0.76 0.24
HSL 42.16º 0.62% 0.47% -
HSV(B) 42.16º 0.76% 0.76% -
XYZ 33.65 33.48 7.27 -
YUV 151.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 194 150 46 0 0.23 0.76 0.24 42.16 0.62 0.47
Hex C2 96 2E 0 17 4C 18 2A 3E 2F
Octal 302 226 56 0 27 114 30 52 76 57
Binary 11000010 10010110 101110 0 10111 1001100 11000 101010 111110 101111

Color Harmonies of #C2962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2962E

Black with #C2962E

Text Example


Text Example

White with #C2962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2962E; }

 p { color: rgb(194,150,46); }

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

background-color css

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

 a { background-color: rgb(194,150,46); }

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

border-color css

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

 span { border-color: rgb(194,150,46); }

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