Html Css Color HEX #C09421 Nugget

📋 copy color: '#C09421'

red 192 ◦ green 148 ◦ blue 33

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

Shades of Nugget #C09421

Tints of Nugget #C09421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 33 (13.28% from 255) = 8.85%

R = 51.47%
G = 39.68%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09421 (or 0xC09421) is known color: Nugget. HEX triplet: C0, 94 and 21. RGB value is (192,148,33). Sum of RGB (Red+Green+Blue) = 192+148+33=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C09421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09421 is #3F6BDE. Grayscale: #949494. Windows color (decimal): -4156383 or 2200768. OLE color: 2200768.

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

Color convert

RGB 192 148 33 -
CMYK 0 0.23 0.83 0.25
HSL 43.4º 0.71% 0.44% -
HSV(B) 43.4º 0.83% 0.75% -
XYZ 32.6 32.5 5.99 -
YUV 148.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 192 148 33 0 0.23 0.83 0.25 43.4 0.71 0.44
Hex C0 94 21 0 17 53 19 2B 47 2C
Octal 300 224 41 0 27 123 31 53 107 54
Binary 11000000 10010100 100001 0 10111 1010011 11001 101011 1000111 101100

Color Harmonies of #C09421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09421

Black with #C09421

Text Example


Text Example

White with #C09421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09421; }

 p { color: rgb(192,148,33); }

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

background-color css

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

 a { background-color: rgb(192,148,33); }

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

border-color css

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

 span { border-color: rgb(192,148,33); }

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