Html Css Color HEX #C1942D Nugget

📋 copy color: '#C1942D'

red 193 ◦ green 148 ◦ blue 45

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

Shades of Nugget #C1942D

Tints of Nugget #C1942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.66%

R = 50%
G = 38.34%
B = 11.66%

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

#C1942D (or 0xC1942D) is known color: Nugget. HEX triplet: C1, 94 and 2D. RGB value is (193,148,45). Sum of RGB (Red+Green+Blue) = 193+148+45=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1942D is #3E6BD2. Grayscale: #969696. Windows color (decimal): -4090835 or 2987201. OLE color: 2987201.

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

Color convert

RGB 193 148 45 -
CMYK 0 0.23 0.77 0.24
HSL 41.76º 0.62% 0.47% -
HSV(B) 41.76º 0.77% 0.76% -
XYZ 33.06 32.71 7.05 -
YUV 149.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 193 148 45 0 0.23 0.77 0.24 41.76 0.62 0.47
Hex C1 94 2D 0 17 4D 18 2A 3E 2F
Octal 301 224 55 0 27 115 30 52 76 57
Binary 11000001 10010100 101101 0 10111 1001101 11000 101010 111110 101111

Color Harmonies of #C1942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1942D

Black with #C1942D

Text Example


Text Example

White with #C1942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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