Html Css Color HEX #C19725 Nugget

📋 copy color: '#C19725'

red 193 ◦ green 151 ◦ blue 37

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

Shades of Nugget #C19725

Tints of Nugget #C19725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 50.66%
G = 39.63%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19725 (or 0xC19725) is known color: Nugget. HEX triplet: C1, 97 and 25. RGB value is (193,151,37). Sum of RGB (Red+Green+Blue) = 193+151+37=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C19725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19725 is #3E68DA. Grayscale: #979797. Windows color (decimal): -4090075 or 2463681. OLE color: 2463681.

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

Color convert

RGB 193 151 37 -
CMYK 0 0.22 0.81 0.24
HSL 43.85º 0.68% 0.45% -
HSV(B) 43.85º 0.81% 0.76% -
XYZ 33.39 33.6 6.48 -
YUV 150.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 193 151 37 0 0.22 0.81 0.24 43.85 0.68 0.45
Hex C1 97 25 0 16 51 18 2C 44 2D
Octal 301 227 45 0 26 121 30 54 104 55
Binary 11000001 10010111 100101 0 10110 1010001 11000 101100 1000100 101101

Color Harmonies of #C19725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19725

Black with #C19725

Text Example


Text Example

White with #C19725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19725; }

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

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

background-color css

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

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

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

border-color css

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

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

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