Html Css Color HEX #C2942D Nugget

📋 copy color: '#C2942D'

red 194 ◦ green 148 ◦ blue 45

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

Shades of Nugget #C2942D

Tints of Nugget #C2942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.63%

R = 50.13%
G = 38.24%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2942D (or 0xC2942D) is known color: Nugget. HEX triplet: C2, 94 and 2D. RGB value is (194,148,45). Sum of RGB (Red+Green+Blue) = 194+148+45=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2942D is #3D6BD2. Grayscale: #969696. Windows color (decimal): -4025299 or 2987202. OLE color: 2987202.

HSL color Cylindrical-coordinate representation of color #C2942D: hue angle of 41.48º degrees, saturation: 0.62, 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 #C2942D is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 45 -
CMYK 0 0.24 0.77 0.24
HSL 41.48º 0.62% 0.47% -
HSV(B) 41.48º 0.77% 0.76% -
XYZ 33.31 32.84 7.07 -
YUV 150.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 194 148 45 0 0.24 0.77 0.24 41.48 0.62 0.47
Hex C2 94 2D 0 18 4D 18 29 3E 2F
Octal 302 224 55 0 30 115 30 51 76 57
Binary 11000010 10010100 101101 0 11000 1001101 11000 101001 111110 101111

Color Harmonies of #C2942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2942D

Black with #C2942D

Text Example


Text Example

White with #C2942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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