Html Css Color HEX #C09326 Nugget

📋 copy color: '#C09326'

red 192 ◦ green 147 ◦ blue 38

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

Shades of Nugget #C09326

Tints of Nugget #C09326

RGB

 RED value IS 192 (75.39% from 255) = 50.93%

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

 BLUE value IS 38 (15.23% from 255) = 10.08%

R = 50.93%
G = 38.99%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C09326 (or 0xC09326) is known color: Nugget. HEX triplet: C0, 93 and 26. RGB value is (192,147,38). Sum of RGB (Red+Green+Blue) = 192+147+38=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09326 is #3F6CD9. Grayscale: #949494. Windows color (decimal): -4156634 or 2528192. OLE color: 2528192.

HSL color Cylindrical-coordinate representation of color #C09326: hue angle of 42.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09326 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 38 -
CMYK 0 0.23 0.80 0.25
HSL 42.47º 0.67% 0.45% -
HSV(B) 42.47º 0.8% 0.75% -
XYZ 32.52 32.21 6.34 -
YUV 148.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 192 147 38 0 0.23 0.80 0.25 42.47 0.67 0.45
Hex C0 93 26 0 17 50 19 2A 43 2D
Octal 300 223 46 0 27 120 31 52 103 55
Binary 11000000 10010011 100110 0 10111 1010000 11001 101010 1000011 101101

Color Harmonies of #C09326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09326

Black with #C09326

Text Example


Text Example

White with #C09326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09326; }

 p { color: rgb(192,147,38); }

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

background-color css

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

 a { background-color: rgb(192,147,38); }

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

border-color css

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

 span { border-color: rgb(192,147,38); }

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