Html Css Color HEX #C09229 Nugget

📋 copy color: '#C09229'

red 192 ◦ green 146 ◦ blue 41

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

Shades of Nugget #C09229

Tints of Nugget #C09229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.82%

R = 50.66%
G = 38.52%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09229 (or 0xC09229) is known color: Nugget. HEX triplet: C0, 92 and 29. RGB value is (192,146,41). Sum of RGB (Red+Green+Blue) = 192+146+41=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09229 is #3F6DD6. Grayscale: #949494. Windows color (decimal): -4156887 or 2724544. OLE color: 2724544.

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

Color convert

RGB 192 146 41 -
CMYK 0 0.24 0.79 0.25
HSL 41.72º 0.65% 0.46% -
HSV(B) 41.72º 0.79% 0.75% -
XYZ 32.42 31.92 6.55 -
YUV 147.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 192 146 41 0 0.24 0.79 0.25 41.72 0.65 0.46
Hex C0 92 29 0 18 4F 19 2A 41 2E
Octal 300 222 51 0 30 117 31 52 101 56
Binary 11000000 10010010 101001 0 11000 1001111 11001 101010 1000001 101110

Color Harmonies of #C09229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09229

Black with #C09229

Text Example


Text Example

White with #C09229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09229; }

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

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

background-color css

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

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

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

border-color css

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

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

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