Html Css Color HEX #C2992C Nugget

📋 copy color: '#C2992C'

red 194 ◦ green 153 ◦ blue 44

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

Shades of Nugget #C2992C

Tints of Nugget #C2992C

RGB

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

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

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

R = 49.62%
G = 39.13%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2992C (or 0xC2992C) is known color: Nugget. HEX triplet: C2, 99 and 2C. RGB value is (194,153,44). Sum of RGB (Red+Green+Blue) = 194+153+44=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2992C is #3D66D3. Grayscale: #999999. Windows color (decimal): -4024020 or 2922946. OLE color: 2922946.

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

Color convert

RGB 194 153 44 -
CMYK 0 0.21 0.77 0.24
HSL 43.6º 0.63% 0.47% -
HSV(B) 43.6º 0.77% 0.76% -
XYZ 34.09 34.43 7.23 -
YUV 152.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 194 153 44 0 0.21 0.77 0.24 43.6 0.63 0.47
Hex C2 99 2C 0 15 4D 18 2C 3F 2F
Octal 302 231 54 0 25 115 30 54 77 57
Binary 11000010 10011001 101100 0 10101 1001101 11000 101100 111111 101111

Color Harmonies of #C2992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2992C

Black with #C2992C

Text Example


Text Example

White with #C2992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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