Html Css Color HEX #C2942A Nugget

📋 copy color: '#C2942A'

red 194 ◦ green 148 ◦ blue 42

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

Shades of Nugget #C2942A

Tints of Nugget #C2942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 50.52%
G = 38.54%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2942A (or 0xC2942A) is known color: Nugget. HEX triplet: C2, 94 and 2A. RGB value is (194,148,42). Sum of RGB (Red+Green+Blue) = 194+148+42=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2942A is #3D6BD5. Grayscale: #969696. Windows color (decimal): -4025302 or 2790594. OLE color: 2790594.

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

Color convert

RGB 194 148 42 -
CMYK 0 0.24 0.78 0.24
HSL 41.84º 0.64% 0.46% -
HSV(B) 41.84º 0.78% 0.76% -
XYZ 33.26 32.82 6.77 -
YUV 149.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 194 148 42 0 0.24 0.78 0.24 41.84 0.64 0.46
Hex C2 94 2A 0 18 4E 18 2A 40 2E
Octal 302 224 52 0 30 116 30 52 100 56
Binary 11000010 10010100 101010 0 11000 1001110 11000 101010 1000000 101110

Color Harmonies of #C2942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2942A

Black with #C2942A

Text Example


Text Example

White with #C2942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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