Html Css Color HEX #C19E2F Nugget

📋 copy color: '#C19E2F'

red 193 ◦ green 158 ◦ blue 47

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

Shades of Nugget #C19E2F

Tints of Nugget #C19E2F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

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

R = 48.49%
G = 39.7%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C19E2F (or 0xC19E2F) is known color: Nugget. HEX triplet: C1, 9E and 2F. RGB value is (193,158,47). Sum of RGB (Red+Green+Blue) = 193+158+47=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E2F is #3E61D0. Grayscale: #9C9C9C. Windows color (decimal): -4088273 or 3120833. OLE color: 3120833.

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

Color convert

RGB 193 158 47 -
CMYK 0 0.18 0.76 0.24
HSL 45.62º 0.61% 0.47% -
HSV(B) 45.62º 0.76% 0.76% -
XYZ 34.73 36 7.81 -
YUV 155.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 193 158 47 0 0.18 0.76 0.24 45.62 0.61 0.47
Hex C1 9E 2F 0 12 4C 18 2E 3D 2F
Octal 301 236 57 0 22 114 30 56 75 57
Binary 11000001 10011110 101111 0 10010 1001100 11000 101110 111101 101111

Color Harmonies of #C19E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E2F

Black with #C19E2F

Text Example


Text Example

White with #C19E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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