Html Css Color HEX #C2942C Nugget

📋 copy color: '#C2942C'

red 194 ◦ green 148 ◦ blue 44

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

Shades of Nugget #C2942C

Tints of Nugget #C2942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 50.26%
G = 38.34%
B = 11.4%

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

#C2942C (or 0xC2942C) is known color: Nugget. HEX triplet: C2, 94 and 2C. RGB value is (194,148,44). Sum of RGB (Red+Green+Blue) = 194+148+44=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2942C is #3D6BD3. Grayscale: #969696. Windows color (decimal): -4025300 or 2921666. OLE color: 2921666.

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

Color convert

RGB 194 148 44 -
CMYK 0 0.24 0.77 0.24
HSL 41.6º 0.63% 0.47% -
HSV(B) 41.6º 0.77% 0.76% -
XYZ 33.29 32.83 6.97 -
YUV 149.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 194 148 44 0 0.24 0.77 0.24 41.6 0.63 0.47
Hex C2 94 2C 0 18 4D 18 2A 3F 2F
Octal 302 224 54 0 30 115 30 52 77 57
Binary 11000010 10010100 101100 0 11000 1001101 11000 101010 111111 101111

Color Harmonies of #C2942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2942C

Black with #C2942C

Text Example


Text Example

White with #C2942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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