Html Css Color HEX #C2962C Nugget

📋 copy color: '#C2962C'

red 194 ◦ green 150 ◦ blue 44

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

Shades of Nugget #C2962C

Tints of Nugget #C2962C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 50%
G = 38.66%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2962C (or 0xC2962C) is known color: Nugget. HEX triplet: C2, 96 and 2C. RGB value is (194,150,44). Sum of RGB (Red+Green+Blue) = 194+150+44=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2962C is #3D69D3. Grayscale: #979797. Windows color (decimal): -4024788 or 2922178. OLE color: 2922178.

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

Color convert

RGB 194 150 44 -
CMYK 0 0.23 0.77 0.24
HSL 42.4º 0.63% 0.47% -
HSV(B) 42.4º 0.77% 0.76% -
XYZ 33.61 33.46 7.07 -
YUV 151.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 194 150 44 0 0.23 0.77 0.24 42.4 0.63 0.47
Hex C2 96 2C 0 17 4D 18 2A 3F 2F
Octal 302 226 54 0 27 115 30 52 77 57
Binary 11000010 10010110 101100 0 10111 1001101 11000 101010 111111 101111

Color Harmonies of #C2962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2962C

Black with #C2962C

Text Example


Text Example

White with #C2962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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