Html Css Color HEX #C19528 Nugget

📋 copy color: '#C19528'

red 193 ◦ green 149 ◦ blue 40

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

Shades of Nugget #C19528

Tints of Nugget #C19528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 50.52%
G = 39.01%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C19528 (or 0xC19528) is known color: Nugget. HEX triplet: C1, 95 and 28. RGB value is (193,149,40). Sum of RGB (Red+Green+Blue) = 193+149+40=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C19528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19528 is #3E6AD7. Grayscale: #969696. Windows color (decimal): -4090584 or 2659777. OLE color: 2659777.

HSL color Cylindrical-coordinate representation of color #C19528: hue angle of 42.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C19528 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 40 -
CMYK 0 0.23 0.79 0.24
HSL 42.75º 0.66% 0.46% -
HSV(B) 42.75º 0.79% 0.76% -
XYZ 33.12 32.99 6.63 -
YUV 149.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 193 149 40 0 0.23 0.79 0.24 42.75 0.66 0.46
Hex C1 95 28 0 17 4F 18 2B 42 2E
Octal 301 225 50 0 27 117 30 53 102 56
Binary 11000001 10010101 101000 0 10111 1001111 11000 101011 1000010 101110

Color Harmonies of #C19528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19528

Black with #C19528

Text Example


Text Example

White with #C19528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19528; }

 p { color: rgb(193,149,40); }

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

background-color css

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

 a { background-color: rgb(193,149,40); }

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

border-color css

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

 span { border-color: rgb(193,149,40); }

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