Html Css Color HEX #C09631 Nugget

📋 copy color: '#C09631'

red 192 ◦ green 150 ◦ blue 49

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

Shades of Nugget #C09631

Tints of Nugget #C09631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

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

R = 49.1%
G = 38.36%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C09631 (or 0xC09631) is known color: Nugget. HEX triplet: C0, 96 and 31. RGB value is (192,150,49). Sum of RGB (Red+Green+Blue) = 192+150+49=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C09631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09631 is #3F69CE. Grayscale: #979797. Windows color (decimal): -4155855 or 3249856. OLE color: 3249856.

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

Color convert

RGB 192 150 49 -
CMYK 0 0.22 0.74 0.25
HSL 42.38º 0.59% 0.47% -
HSV(B) 42.38º 0.74% 0.75% -
XYZ 33.2 33.24 7.57 -
YUV 151.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 192 150 49 0 0.22 0.74 0.25 42.38 0.59 0.47
Hex C0 96 31 0 16 4A 19 2A 3B 2F
Octal 300 226 61 0 26 112 31 52 73 57
Binary 11000000 10010110 110001 0 10110 1001010 11001 101010 111011 101111

Color Harmonies of #C09631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09631

Black with #C09631

Text Example


Text Example

White with #C09631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09631; }

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

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

background-color css

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

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

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

border-color css

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

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

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