Html Css Color HEX #C09A31 Nugget

📋 copy color: '#C09A31'

red 192 ◦ green 154 ◦ blue 49

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

Shades of Nugget #C09A31

Tints of Nugget #C09A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 48.61%
G = 38.99%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C09A31 (or 0xC09A31) is known color: Nugget. HEX triplet: C0, 9A and 31. RGB value is (192,154,49). Sum of RGB (Red+Green+Blue) = 192+154+49=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A31 is #3F65CE. Grayscale: #999999. Windows color (decimal): -4154831 or 3250880. OLE color: 3250880.

HSL color Cylindrical-coordinate representation of color #C09A31: hue angle of 44.06º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C09A31 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 49 -
CMYK 0 0.20 0.74 0.25
HSL 44.06º 0.59% 0.47% -
HSV(B) 44.06º 0.74% 0.75% -
XYZ 33.85 34.54 7.79 -
YUV 153.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 192 154 49 0 0.20 0.74 0.25 44.06 0.59 0.47
Hex C0 9A 31 0 14 4A 19 2C 3B 2F
Octal 300 232 61 0 24 112 31 54 73 57
Binary 11000000 10011010 110001 0 10100 1001010 11001 101100 111011 101111

Color Harmonies of #C09A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A31

Black with #C09A31

Text Example


Text Example

White with #C09A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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