Html Css Color HEX #C19D35 Nugget

📋 copy color: '#C19D35'

red 193 ◦ green 157 ◦ blue 53

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

Shades of Nugget #C19D35

Tints of Nugget #C19D35

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.96%

 BLUE value IS 53 (21.09% from 255) = 13.15%

R = 47.89%
G = 38.96%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C19D35 (or 0xC19D35) is known color: Nugget. HEX triplet: C1, 9D and 35. RGB value is (193,157,53). Sum of RGB (Red+Green+Blue) = 193+157+53=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D35 is #3E62CA. Grayscale: #9C9C9C. Windows color (decimal): -4088523 or 3513793. OLE color: 3513793.

HSL color Cylindrical-coordinate representation of color #C19D35: hue angle of 44.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C19D35 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 157 53 -
CMYK 0 0.19 0.73 0.24
HSL 44.57º 0.57% 0.48% -
HSV(B) 44.57º 0.73% 0.76% -
XYZ 34.69 35.71 8.43 -
YUV 155.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 193 157 53 0 0.19 0.73 0.24 44.57 0.57 0.48
Hex C1 9D 35 0 13 49 18 2D 39 30
Octal 301 235 65 0 23 111 30 55 71 60
Binary 11000001 10011101 110101 0 10011 1001001 11000 101101 111001 110000

Color Harmonies of #C19D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19D35

Black with #C19D35

Text Example


Text Example

White with #C19D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19D35; }

 p { color: rgb(193,157,53); }

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

background-color css

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

 a { background-color: rgb(193,157,53); }

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

border-color css

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

 span { border-color: rgb(193,157,53); }

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