Html Css Color HEX #C09526 Nugget

📋 copy color: '#C09526'

red 192 ◦ green 149 ◦ blue 38

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

Shades of Nugget #C09526

Tints of Nugget #C09526

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 50.66%
G = 39.31%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C09526 (or 0xC09526) is known color: Nugget. HEX triplet: C0, 95 and 26. RGB value is (192,149,38). Sum of RGB (Red+Green+Blue) = 192+149+38=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09526 is #3F6AD9. Grayscale: #959595. Windows color (decimal): -4156122 or 2528704. OLE color: 2528704.

HSL color Cylindrical-coordinate representation of color #C09526: hue angle of 43.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09526 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 38 -
CMYK 0 0.22 0.80 0.25
HSL 43.25º 0.67% 0.45% -
HSV(B) 43.25º 0.8% 0.75% -
XYZ 32.84 32.84 6.44 -
YUV 149.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 192 149 38 0 0.22 0.80 0.25 43.25 0.67 0.45
Hex C0 95 26 0 16 50 19 2B 43 2D
Octal 300 225 46 0 26 120 31 53 103 55
Binary 11000000 10010101 100110 0 10110 1010000 11001 101011 1000011 101101

Color Harmonies of #C09526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09526

Black with #C09526

Text Example


Text Example

White with #C09526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09526; }

 p { color: rgb(192,149,38); }

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

background-color css

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

 a { background-color: rgb(192,149,38); }

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

border-color css

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

 span { border-color: rgb(192,149,38); }

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