Html Css Color HEX #C2992A Nugget

📋 copy color: '#C2992A'

red 194 ◦ green 153 ◦ blue 42

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

Shades of Nugget #C2992A

Tints of Nugget #C2992A

RGB

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

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

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

R = 49.87%
G = 39.33%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2992A (or 0xC2992A) is known color: Nugget. HEX triplet: C2, 99 and 2A. RGB value is (194,153,42). Sum of RGB (Red+Green+Blue) = 194+153+42=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2992A is #3D66D5. Grayscale: #999999. Windows color (decimal): -4024022 or 2791874. OLE color: 2791874.

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

Color convert

RGB 194 153 42 -
CMYK 0 0.21 0.78 0.24
HSL 43.82º 0.64% 0.46% -
HSV(B) 43.82º 0.78% 0.76% -
XYZ 34.06 34.42 7.04 -
YUV 152.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 194 153 42 0 0.21 0.78 0.24 43.82 0.64 0.46
Hex C2 99 2A 0 15 4E 18 2C 40 2E
Octal 302 231 52 0 25 116 30 54 100 56
Binary 11000010 10011001 101010 0 10101 1001110 11000 101100 1000000 101110

Color Harmonies of #C2992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2992A

Black with #C2992A

Text Example


Text Example

White with #C2992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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