Html Css Color HEX #C09328 Nugget

📋 copy color: '#C09328'

red 192 ◦ green 147 ◦ blue 40

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

Shades of Nugget #C09328

Tints of Nugget #C09328

RGB

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

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

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

R = 50.66%
G = 38.79%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09328 (or 0xC09328) is known color: Nugget. HEX triplet: C0, 93 and 28. RGB value is (192,147,40). Sum of RGB (Red+Green+Blue) = 192+147+40=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09328 is #3F6CD7. Grayscale: #949494. Windows color (decimal): -4156632 or 2659264. OLE color: 2659264.

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

Color convert

RGB 192 147 40 -
CMYK 0 0.23 0.79 0.25
HSL 42.24º 0.66% 0.45% -
HSV(B) 42.24º 0.79% 0.75% -
XYZ 32.55 32.23 6.51 -
YUV 148.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 192 147 40 0 0.23 0.79 0.25 42.24 0.66 0.45
Hex C0 93 28 0 17 4F 19 2A 42 2D
Octal 300 223 50 0 27 117 31 52 102 55
Binary 11000000 10010011 101000 0 10111 1001111 11001 101010 1000010 101101

Color Harmonies of #C09328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09328

Black with #C09328

Text Example


Text Example

White with #C09328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09328; }

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

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

background-color css

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

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

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

border-color css

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

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

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