Html Css Color HEX #C1942C Nugget

📋 copy color: '#C1942C'

red 193 ◦ green 148 ◦ blue 44

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

Shades of Nugget #C1942C

Tints of Nugget #C1942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 50.13%
G = 38.44%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1942C (or 0xC1942C) is known color: Nugget. HEX triplet: C1, 94 and 2C. RGB value is (193,148,44). Sum of RGB (Red+Green+Blue) = 193+148+44=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1942C is #3E6BD3. Grayscale: #969696. Windows color (decimal): -4090836 or 2921665. OLE color: 2921665.

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

Color convert

RGB 193 148 44 -
CMYK 0 0.23 0.77 0.24
HSL 41.88º 0.63% 0.46% -
HSV(B) 41.88º 0.77% 0.76% -
XYZ 33.04 32.7 6.95 -
YUV 149.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 193 148 44 0 0.23 0.77 0.24 41.88 0.63 0.46
Hex C1 94 2C 0 17 4D 18 2A 3F 2E
Octal 301 224 54 0 27 115 30 52 77 56
Binary 11000001 10010100 101100 0 10111 1001101 11000 101010 111111 101110

Color Harmonies of #C1942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1942C

Black with #C1942C

Text Example


Text Example

White with #C1942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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