Html Css Color HEX #C2942F Nugget

📋 copy color: '#C2942F'

red 194 ◦ green 148 ◦ blue 47

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

Shades of Nugget #C2942F

Tints of Nugget #C2942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 49.87%
G = 38.05%
B = 12.08%

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

#C2942F (or 0xC2942F) is known color: Nugget. HEX triplet: C2, 94 and 2F. RGB value is (194,148,47). Sum of RGB (Red+Green+Blue) = 194+148+47=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2942F is #3D6BD0. Grayscale: #969696. Windows color (decimal): -4025297 or 3118274. OLE color: 3118274.

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

Color convert

RGB 194 148 47 -
CMYK 0 0.24 0.76 0.24
HSL 41.22º 0.61% 0.47% -
HSV(B) 41.22º 0.76% 0.76% -
XYZ 33.35 32.85 7.27 -
YUV 150.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 194 148 47 0 0.24 0.76 0.24 41.22 0.61 0.47
Hex C2 94 2F 0 18 4C 18 29 3D 2F
Octal 302 224 57 0 30 114 30 51 75 57
Binary 11000010 10010100 101111 0 11000 1001100 11000 101001 111101 101111

Color Harmonies of #C2942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2942F

Black with #C2942F

Text Example


Text Example

White with #C2942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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