Html Css Color HEX #C1972F Nugget

📋 copy color: '#C1972F'

red 193 ◦ green 151 ◦ blue 47

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

Shades of Nugget #C1972F

Tints of Nugget #C1972F

RGB

 RED value IS 193 (75.78% from 255) = 49.36%

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

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

R = 49.36%
G = 38.62%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1972F (or 0xC1972F) is known color: Nugget. HEX triplet: C1, 97 and 2F. RGB value is (193,151,47). Sum of RGB (Red+Green+Blue) = 193+151+47=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1972F is #3E68D0. Grayscale: #989898. Windows color (decimal): -4090065 or 3119041. OLE color: 3119041.

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

Color convert

RGB 193 151 47 -
CMYK 0 0.22 0.76 0.24
HSL 42.74º 0.61% 0.47% -
HSV(B) 42.74º 0.76% 0.76% -
XYZ 33.57 33.68 7.42 -
YUV 151.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 193 151 47 0 0.22 0.76 0.24 42.74 0.61 0.47
Hex C1 97 2F 0 16 4C 18 2B 3D 2F
Octal 301 227 57 0 26 114 30 53 75 57
Binary 11000001 10010111 101111 0 10110 1001100 11000 101011 111101 101111

Color Harmonies of #C1972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1972F

Black with #C1972F

Text Example


Text Example

White with #C1972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1972F; }

 p { color: rgb(193,151,47); }

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

background-color css

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

 a { background-color: rgb(193,151,47); }

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

border-color css

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

 span { border-color: rgb(193,151,47); }

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