Html Css Color HEX #C2962B Nugget

📋 copy color: '#C2962B'

red 194 ◦ green 150 ◦ blue 43

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

Shades of Nugget #C2962B

Tints of Nugget #C2962B

RGB

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

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

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

R = 50.13%
G = 38.76%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2962B (or 0xC2962B) is known color: Nugget. HEX triplet: C2, 96 and 2B. RGB value is (194,150,43). Sum of RGB (Red+Green+Blue) = 194+150+43=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2962B is #3D69D4. Grayscale: #979797. Windows color (decimal): -4024789 or 2856642. OLE color: 2856642.

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

Color convert

RGB 194 150 43 -
CMYK 0 0.23 0.78 0.24
HSL 42.52º 0.64% 0.46% -
HSV(B) 42.52º 0.78% 0.76% -
XYZ 33.59 33.46 6.97 -
YUV 150.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 194 150 43 0 0.23 0.78 0.24 42.52 0.64 0.46
Hex C2 96 2B 0 17 4E 18 2B 40 2E
Octal 302 226 53 0 27 116 30 53 100 56
Binary 11000010 10010110 101011 0 10111 1001110 11000 101011 1000000 101110

Color Harmonies of #C2962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2962B

Black with #C2962B

Text Example


Text Example

White with #C2962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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