Html Css Color HEX #C09025 Nugget

📋 copy color: '#C09025'

red 192 ◦ green 144 ◦ blue 37

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

Shades of Nugget #C09025

Tints of Nugget #C09025

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 51.47%
G = 38.61%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C09025 (or 0xC09025) is known color: Nugget. HEX triplet: C0, 90 and 25. RGB value is (192,144,37). Sum of RGB (Red+Green+Blue) = 192+144+37=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C09025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09025 is #3F6FDA. Grayscale: #929292. Windows color (decimal): -4157403 or 2461888. OLE color: 2461888.

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

Color convert

RGB 192 144 37 -
CMYK 0 0.25 0.81 0.25
HSL 41.42º 0.68% 0.45% -
HSV(B) 41.42º 0.81% 0.75% -
XYZ 32.05 31.29 6.1 -
YUV 146.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 192 144 37 0 0.25 0.81 0.25 41.42 0.68 0.45
Hex C0 90 25 0 19 51 19 29 44 2D
Octal 300 220 45 0 31 121 31 51 104 55
Binary 11000000 10010000 100101 0 11001 1010001 11001 101001 1000100 101101

Color Harmonies of #C09025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09025

Black with #C09025

Text Example


Text Example

White with #C09025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09025; }

 p { color: rgb(192,144,37); }

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

background-color css

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

 a { background-color: rgb(192,144,37); }

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

border-color css

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

 span { border-color: rgb(192,144,37); }

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