Html Css Color HEX #C1982E Nugget

📋 copy color: '#C1982E'

red 193 ◦ green 152 ◦ blue 46

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

Shades of Nugget #C1982E

Tints of Nugget #C1982E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 49.36%
G = 38.87%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1982E (or 0xC1982E) is known color: Nugget. HEX triplet: C1, 98 and 2E. RGB value is (193,152,46). Sum of RGB (Red+Green+Blue) = 193+152+46=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1982E is #3E67D1. Grayscale: #989898. Windows color (decimal): -4089810 or 3053761. OLE color: 3053761.

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

Color convert

RGB 193 152 46 -
CMYK 0 0.21 0.76 0.24
HSL 43.27º 0.62% 0.47% -
HSV(B) 43.27º 0.76% 0.76% -
XYZ 33.71 33.99 7.37 -
YUV 152.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 193 152 46 0 0.21 0.76 0.24 43.27 0.62 0.47
Hex C1 98 2E 0 15 4C 18 2B 3E 2F
Octal 301 230 56 0 25 114 30 53 76 57
Binary 11000001 10011000 101110 0 10101 1001100 11000 101011 111110 101111

Color Harmonies of #C1982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1982E

Black with #C1982E

Text Example


Text Example

White with #C1982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1982E; }

 p { color: rgb(193,152,46); }

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

background-color css

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

 a { background-color: rgb(193,152,46); }

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

border-color css

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

 span { border-color: rgb(193,152,46); }

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