Html Css Color HEX #C09528 Nugget

📋 copy color: '#C09528'

red 192 ◦ green 149 ◦ blue 40

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

Shades of Nugget #C09528

Tints of Nugget #C09528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.5%

R = 50.39%
G = 39.11%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09528 (or 0xC09528) is known color: Nugget. HEX triplet: C0, 95 and 28. RGB value is (192,149,40). Sum of RGB (Red+Green+Blue) = 192+149+40=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C09528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09528 is #3F6AD7. Grayscale: #959595. Windows color (decimal): -4156120 or 2659776. OLE color: 2659776.

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

Color convert

RGB 192 149 40 -
CMYK 0 0.22 0.79 0.25
HSL 43.03º 0.66% 0.45% -
HSV(B) 43.03º 0.79% 0.75% -
XYZ 32.87 32.85 6.62 -
YUV 149.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 192 149 40 0 0.22 0.79 0.25 43.03 0.66 0.45
Hex C0 95 28 0 16 4F 19 2B 42 2D
Octal 300 225 50 0 26 117 31 53 102 55
Binary 11000000 10010101 101000 0 10110 1001111 11001 101011 1000010 101101

Color Harmonies of #C09528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09528

Black with #C09528

Text Example


Text Example

White with #C09528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09528; }

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

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

background-color css

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

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

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

border-color css

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

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

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