Html Css Color HEX #C09A28 Nugget

📋 copy color: '#C09A28'

red 192 ◦ green 154 ◦ blue 40

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

Shades of Nugget #C09A28

Tints of Nugget #C09A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

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

R = 49.74%
G = 39.9%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09A28 (or 0xC09A28) is known color: Nugget. HEX triplet: C0, 9A and 28. RGB value is (192,154,40). Sum of RGB (Red+Green+Blue) = 192+154+40=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A28 is #3F65D7. Grayscale: #989898. Windows color (decimal): -4154840 or 2661056. OLE color: 2661056.

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

Color convert

RGB 192 154 40 -
CMYK 0 0.20 0.79 0.25
HSL 45º 0.66% 0.45% -
HSV(B) 45º 0.79% 0.75% -
XYZ 33.68 34.47 6.89 -
YUV 152.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 192 154 40 0 0.20 0.79 0.25 45 0.66 0.45
Hex C0 9A 28 0 14 4F 19 2D 42 2D
Octal 300 232 50 0 24 117 31 55 102 55
Binary 11000000 10011010 101000 0 10100 1001111 11001 101101 1000010 101101

Color Harmonies of #C09A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A28

Black with #C09A28

Text Example


Text Example

White with #C09A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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