Html Css Color HEX #C19323 Nugget

📋 copy color: '#C19323'

red 193 ◦ green 147 ◦ blue 35

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

Shades of Nugget #C19323

Tints of Nugget #C19323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 51.47%
G = 39.2%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C19323 (or 0xC19323) is known color: Nugget. HEX triplet: C1, 93 and 23. RGB value is (193,147,35). Sum of RGB (Red+Green+Blue) = 193+147+35=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C19323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19323 is #3E6CDC. Grayscale: #949494. Windows color (decimal): -4091101 or 2331585. OLE color: 2331585.

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

Color convert

RGB 193 147 35 -
CMYK 0 0.24 0.82 0.24
HSL 42.53º 0.69% 0.45% -
HSV(B) 42.53º 0.82% 0.76% -
XYZ 32.73 32.33 6.1 -
YUV 147.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 193 147 35 0 0.24 0.82 0.24 42.53 0.69 0.45
Hex C1 93 23 0 18 52 18 2B 45 2D
Octal 301 223 43 0 30 122 30 53 105 55
Binary 11000001 10010011 100011 0 11000 1010010 11000 101011 1000101 101101

Color Harmonies of #C19323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19323

Black with #C19323

Text Example


Text Example

White with #C19323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19323; }

 p { color: rgb(193,147,35); }

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

background-color css

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

 a { background-color: rgb(193,147,35); }

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

border-color css

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

 span { border-color: rgb(193,147,35); }

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