Html Css Color HEX #C09323 Nugget

📋 copy color: '#C09323'

red 192 ◦ green 147 ◦ blue 35

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

Shades of Nugget #C09323

Tints of Nugget #C09323

RGB

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

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

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

R = 51.34%
G = 39.3%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09323 (or 0xC09323) is known color: Nugget. HEX triplet: C0, 93 and 23. RGB value is (192,147,35). Sum of RGB (Red+Green+Blue) = 192+147+35=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C09323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09323 is #3F6CDC. Grayscale: #949494. Windows color (decimal): -4156637 or 2331584. OLE color: 2331584.

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

Color convert

RGB 192 147 35 -
CMYK 0 0.23 0.82 0.25
HSL 42.8º 0.69% 0.45% -
HSV(B) 42.8º 0.82% 0.75% -
XYZ 32.48 32.2 6.09 -
YUV 147.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 192 147 35 0 0.23 0.82 0.25 42.8 0.69 0.45
Hex C0 93 23 0 17 52 19 2B 45 2D
Octal 300 223 43 0 27 122 31 53 105 55
Binary 11000000 10010011 100011 0 10111 1010010 11001 101011 1000101 101101

Color Harmonies of #C09323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09323

Black with #C09323

Text Example


Text Example

White with #C09323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09323; }

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

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

background-color css

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

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

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

border-color css

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

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

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