Html Css Color HEX #C19925 Nugget

📋 copy color: '#C19925'

red 193 ◦ green 153 ◦ blue 37

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

Shades of Nugget #C19925

Tints of Nugget #C19925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.66%

R = 50.39%
G = 39.95%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19925 (or 0xC19925) is known color: Nugget. HEX triplet: C1, 99 and 25. RGB value is (193,153,37). Sum of RGB (Red+Green+Blue) = 193+153+37=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C19925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19925 is #3E66DA. Grayscale: #989898. Windows color (decimal): -4089563 or 2464193. OLE color: 2464193.

HSL color Cylindrical-coordinate representation of color #C19925: hue angle of 44.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C19925 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 37 -
CMYK 0 0.21 0.81 0.24
HSL 44.62º 0.68% 0.45% -
HSV(B) 44.62º 0.81% 0.76% -
XYZ 33.72 34.25 6.58 -
YUV 151.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 193 153 37 0 0.21 0.81 0.24 44.62 0.68 0.45
Hex C1 99 25 0 15 51 18 2D 44 2D
Octal 301 231 45 0 25 121 30 55 104 55
Binary 11000001 10011001 100101 0 10101 1010001 11000 101101 1000100 101101

Color Harmonies of #C19925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19925

Black with #C19925

Text Example


Text Example

White with #C19925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19925; }

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

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

background-color css

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

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

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

border-color css

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

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

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