Html Css Color HEX #C2932E Nugget

📋 copy color: '#C2932E'

red 194 ◦ green 147 ◦ blue 46

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

Shades of Nugget #C2932E

Tints of Nugget #C2932E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 50.13%
G = 37.98%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2932E (or 0xC2932E) is known color: Nugget. HEX triplet: C2, 93 and 2E. RGB value is (194,147,46). Sum of RGB (Red+Green+Blue) = 194+147+46=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2932E is #3D6CD1. Grayscale: #959595. Windows color (decimal): -4025554 or 3052482. OLE color: 3052482.

HSL color Cylindrical-coordinate representation of color #C2932E: hue angle of 40.95º 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 #C2932E is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 46 -
CMYK 0 0.24 0.76 0.24
HSL 40.95º 0.62% 0.47% -
HSV(B) 40.95º 0.76% 0.76% -
XYZ 33.18 32.53 7.12 -
YUV 149.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 194 147 46 0 0.24 0.76 0.24 40.95 0.62 0.47
Hex C2 93 2E 0 18 4C 18 29 3E 2F
Octal 302 223 56 0 30 114 30 51 76 57
Binary 11000010 10010011 101110 0 11000 1001100 11000 101001 111110 101111

Color Harmonies of #C2932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2932E

Black with #C2932E

Text Example


Text Example

White with #C2932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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