Html Css Color HEX #C09221 Nugget

📋 copy color: '#C09221'

red 192 ◦ green 146 ◦ blue 33

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

Shades of Nugget #C09221

Tints of Nugget #C09221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 51.75%
G = 39.35%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09221 (or 0xC09221) is known color: Nugget. HEX triplet: C0, 92 and 21. RGB value is (192,146,33). Sum of RGB (Red+Green+Blue) = 192+146+33=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C09221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09221 is #3F6DDE. Grayscale: #939393. Windows color (decimal): -4156895 or 2200256. OLE color: 2200256.

HSL color Cylindrical-coordinate representation of color #C09221: hue angle of 42.64º 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 #C09221 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 33 -
CMYK 0 0.24 0.83 0.25
HSL 42.64º 0.71% 0.44% -
HSV(B) 42.64º 0.83% 0.75% -
XYZ 32.29 31.87 5.89 -
YUV 146.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 192 146 33 0 0.24 0.83 0.25 42.64 0.71 0.44
Hex C0 92 21 0 18 53 19 2B 47 2C
Octal 300 222 41 0 30 123 31 53 107 54
Binary 11000000 10010010 100001 0 11000 1010011 11001 101011 1000111 101100

Color Harmonies of #C09221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09221

Black with #C09221

Text Example


Text Example

White with #C09221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09221; }

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

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

background-color css

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

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

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

border-color css

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

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

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