Html Css Color HEX #C09828 Nugget

📋 copy color: '#C09828'

red 192 ◦ green 152 ◦ blue 40

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

Shades of Nugget #C09828

Tints of Nugget #C09828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

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

R = 50%
G = 39.58%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09828 (or 0xC09828) is known color: Nugget. HEX triplet: C0, 98 and 28. RGB value is (192,152,40). Sum of RGB (Red+Green+Blue) = 192+152+40=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C09828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09828 is #3F67D7. Grayscale: #979797. Windows color (decimal): -4155352 or 2660544. OLE color: 2660544.

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

Color convert

RGB 192 152 40 -
CMYK 0 0.21 0.79 0.25
HSL 44.21º 0.66% 0.45% -
HSV(B) 44.21º 0.79% 0.75% -
XYZ 33.35 33.82 6.78 -
YUV 151.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 192 152 40 0 0.21 0.79 0.25 44.21 0.66 0.45
Hex C0 98 28 0 15 4F 19 2C 42 2D
Octal 300 230 50 0 25 117 31 54 102 55
Binary 11000000 10011000 101000 0 10101 1001111 11001 101100 1000010 101101

Color Harmonies of #C09828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09828

Black with #C09828

Text Example


Text Example

White with #C09828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09828; }

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

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

background-color css

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

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

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

border-color css

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

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

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