Html Css Color HEX #C2942E Nugget

📋 copy color: '#C2942E'

red 194 ◦ green 148 ◦ blue 46

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

Shades of Nugget #C2942E

Tints of Nugget #C2942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

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

R = 50%
G = 38.14%
B = 11.86%

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

#C2942E (or 0xC2942E) is known color: Nugget. HEX triplet: C2, 94 and 2E. RGB value is (194,148,46). Sum of RGB (Red+Green+Blue) = 194+148+46=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2942E is #3D6BD1. Grayscale: #969696. Windows color (decimal): -4025298 or 3052738. OLE color: 3052738.

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

Color convert

RGB 194 148 46 -
CMYK 0 0.24 0.76 0.24
HSL 41.35º 0.62% 0.47% -
HSV(B) 41.35º 0.76% 0.76% -
XYZ 33.33 32.85 7.17 -
YUV 150.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 194 148 46 0 0.24 0.76 0.24 41.35 0.62 0.47
Hex C2 94 2E 0 18 4C 18 29 3E 2F
Octal 302 224 56 0 30 114 30 51 76 57
Binary 11000010 10010100 101110 0 11000 1001100 11000 101001 111110 101111

Color Harmonies of #C2942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2942E

Black with #C2942E

Text Example


Text Example

White with #C2942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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