Html Css Color HEX #C1992F Nugget

📋 copy color: '#C1992F'

red 193 ◦ green 153 ◦ blue 47

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

Shades of Nugget #C1992F

Tints of Nugget #C1992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 49.11%
G = 38.93%
B = 11.96%

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

#C1992F (or 0xC1992F) is known color: Nugget. HEX triplet: C1, 99 and 2F. RGB value is (193,153,47). Sum of RGB (Red+Green+Blue) = 193+153+47=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1992F is #3E66D0. Grayscale: #999999. Windows color (decimal): -4089553 or 3119553. OLE color: 3119553.

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

Color convert

RGB 193 153 47 -
CMYK 0 0.21 0.76 0.24
HSL 43.56º 0.61% 0.47% -
HSV(B) 43.56º 0.76% 0.76% -
XYZ 33.9 34.33 7.53 -
YUV 152.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 193 153 47 0 0.21 0.76 0.24 43.56 0.61 0.47
Hex C1 99 2F 0 15 4C 18 2C 3D 2F
Octal 301 231 57 0 25 114 30 54 75 57
Binary 11000001 10011001 101111 0 10101 1001100 11000 101100 111101 101111

Color Harmonies of #C1992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1992F

Black with #C1992F

Text Example


Text Example

White with #C1992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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