Html Css Color HEX #C2972B Nugget

📋 copy color: '#C2972B'

red 194 ◦ green 151 ◦ blue 43

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

Shades of Nugget #C2972B

Tints of Nugget #C2972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 50%
G = 38.92%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2972B (or 0xC2972B) is known color: Nugget. HEX triplet: C2, 97 and 2B. RGB value is (194,151,43). Sum of RGB (Red+Green+Blue) = 194+151+43=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2972B is #3D68D4. Grayscale: #989898. Windows color (decimal): -4024533 or 2856898. OLE color: 2856898.

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

Color convert

RGB 194 151 43 -
CMYK 0 0.22 0.78 0.24
HSL 42.91º 0.64% 0.46% -
HSV(B) 42.91º 0.78% 0.76% -
XYZ 33.75 33.78 7.03 -
YUV 151.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 194 151 43 0 0.22 0.78 0.24 42.91 0.64 0.46
Hex C2 97 2B 0 16 4E 18 2B 40 2E
Octal 302 227 53 0 26 116 30 53 100 56
Binary 11000010 10010111 101011 0 10110 1001110 11000 101011 1000000 101110

Color Harmonies of #C2972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2972B

Black with #C2972B

Text Example


Text Example

White with #C2972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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