Html Css Color HEX #C1982F Nugget

📋 copy color: '#C1982F'

red 193 ◦ green 152 ◦ blue 47

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

Shades of Nugget #C1982F

Tints of Nugget #C1982F

RGB

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

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

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

R = 49.23%
G = 38.78%
B = 11.99%

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

#C1982F (or 0xC1982F) is known color: Nugget. HEX triplet: C1, 98 and 2F. RGB value is (193,152,47). Sum of RGB (Red+Green+Blue) = 193+152+47=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1982F is #3E67D0. Grayscale: #989898. Windows color (decimal): -4089809 or 3119297. OLE color: 3119297.

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

Color convert

RGB 193 152 47 -
CMYK 0 0.21 0.76 0.24
HSL 43.15º 0.61% 0.47% -
HSV(B) 43.15º 0.76% 0.76% -
XYZ 33.73 34 7.47 -
YUV 152.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 193 152 47 0 0.21 0.76 0.24 43.15 0.61 0.47
Hex C1 98 2F 0 15 4C 18 2B 3D 2F
Octal 301 230 57 0 25 114 30 53 75 57
Binary 11000001 10011000 101111 0 10101 1001100 11000 101011 111101 101111

Color Harmonies of #C1982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1982F

Black with #C1982F

Text Example


Text Example

White with #C1982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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