Html Css Color HEX #C2992F Nugget

📋 copy color: '#C2992F'

red 194 ◦ green 153 ◦ blue 47

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

Shades of Nugget #C2992F

Tints of Nugget #C2992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 49.24%
G = 38.83%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2992F (or 0xC2992F) is known color: Nugget. HEX triplet: C2, 99 and 2F. RGB value is (194,153,47). Sum of RGB (Red+Green+Blue) = 194+153+47=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2992F is #3D66D0. Grayscale: #999999. Windows color (decimal): -4024017 or 3119554. OLE color: 3119554.

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

Color convert

RGB 194 153 47 -
CMYK 0 0.21 0.76 0.24
HSL 43.27º 0.61% 0.47% -
HSV(B) 43.27º 0.76% 0.76% -
XYZ 34.15 34.46 7.54 -
YUV 153.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 194 153 47 0 0.21 0.76 0.24 43.27 0.61 0.47
Hex C2 99 2F 0 15 4C 18 2B 3D 2F
Octal 302 231 57 0 25 114 30 53 75 57
Binary 11000010 10011001 101111 0 10101 1001100 11000 101011 111101 101111

Color Harmonies of #C2992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2992F

Black with #C2992F

Text Example


Text Example

White with #C2992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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