Html Css Color HEX #C1972C Nugget

📋 copy color: '#C1972C'

red 193 ◦ green 151 ◦ blue 44

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

Shades of Nugget #C1972C

Tints of Nugget #C1972C

RGB

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

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

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

R = 49.74%
G = 38.92%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1972C (or 0xC1972C) is known color: Nugget. HEX triplet: C1, 97 and 2C. RGB value is (193,151,44). Sum of RGB (Red+Green+Blue) = 193+151+44=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1972C is #3E68D3. Grayscale: #979797. Windows color (decimal): -4090068 or 2922433. OLE color: 2922433.

HSL color Cylindrical-coordinate representation of color #C1972C: hue angle of 43.09º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1972C is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 151 44 -
CMYK 0 0.22 0.77 0.24
HSL 43.09º 0.63% 0.46% -
HSV(B) 43.09º 0.77% 0.76% -
XYZ 33.51 33.65 7.11 -
YUV 151.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 193 151 44 0 0.22 0.77 0.24 43.09 0.63 0.46
Hex C1 97 2C 0 16 4D 18 2B 3F 2E
Octal 301 227 54 0 26 115 30 53 77 56
Binary 11000001 10010111 101100 0 10110 1001101 11000 101011 111111 101110

Color Harmonies of #C1972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1972C

Black with #C1972C

Text Example


Text Example

White with #C1972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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