Html Css Color HEX #C2992B Nugget

📋 copy color: '#C2992B'

red 194 ◦ green 153 ◦ blue 43

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

Shades of Nugget #C2992B

Tints of Nugget #C2992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 49.74%
G = 39.23%
B = 11.03%

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

#C2992B (or 0xC2992B) is known color: Nugget. HEX triplet: C2, 99 and 2B. RGB value is (194,153,43). Sum of RGB (Red+Green+Blue) = 194+153+43=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2992B is #3D66D4. Grayscale: #999999. Windows color (decimal): -4024021 or 2857410. OLE color: 2857410.

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

Color convert

RGB 194 153 43 -
CMYK 0 0.21 0.78 0.24
HSL 43.71º 0.64% 0.46% -
HSV(B) 43.71º 0.78% 0.76% -
XYZ 34.08 34.43 7.13 -
YUV 152.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 194 153 43 0 0.21 0.78 0.24 43.71 0.64 0.46
Hex C2 99 2B 0 15 4E 18 2C 40 2E
Octal 302 231 53 0 25 116 30 54 100 56
Binary 11000010 10011001 101011 0 10101 1001110 11000 101100 1000000 101110

Color Harmonies of #C2992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2992B

Black with #C2992B

Text Example


Text Example

White with #C2992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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