Html Css Color HEX #C19B2F Nugget

📋 copy color: '#C19B2F'

red 193 ◦ green 155 ◦ blue 47

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

Shades of Nugget #C19B2F

Tints of Nugget #C19B2F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

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

R = 48.86%
G = 39.24%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C19B2F (or 0xC19B2F) is known color: Nugget. HEX triplet: C1, 9B and 2F. RGB value is (193,155,47). Sum of RGB (Red+Green+Blue) = 193+155+47=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B2F is #3E64D0. Grayscale: #9A9A9A. Windows color (decimal): -4089041 or 3120065. OLE color: 3120065.

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

Color convert

RGB 193 155 47 -
CMYK 0 0.20 0.76 0.24
HSL 44.38º 0.61% 0.47% -
HSV(B) 44.38º 0.76% 0.76% -
XYZ 34.23 34.99 7.64 -
YUV 154.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 193 155 47 0 0.20 0.76 0.24 44.38 0.61 0.47
Hex C1 9B 2F 0 14 4C 18 2C 3D 2F
Octal 301 233 57 0 24 114 30 54 75 57
Binary 11000001 10011011 101111 0 10100 1001100 11000 101100 111101 101111

Color Harmonies of #C19B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B2F

Black with #C19B2F

Text Example


Text Example

White with #C19B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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