Html Css Color HEX #C09832 Nugget

📋 copy color: '#C09832'

red 192 ◦ green 152 ◦ blue 50

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

Shades of Nugget #C09832

Tints of Nugget #C09832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.69%

R = 48.73%
G = 38.58%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C09832 (or 0xC09832) is known color: Nugget. HEX triplet: C0, 98 and 32. RGB value is (192,152,50). Sum of RGB (Red+Green+Blue) = 192+152+50=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C09832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09832 is #3F67CD. Grayscale: #989898. Windows color (decimal): -4155342 or 3315904. OLE color: 3315904.

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

Color convert

RGB 192 152 50 -
CMYK 0 0.21 0.74 0.25
HSL 43.1º 0.59% 0.47% -
HSV(B) 43.1º 0.74% 0.75% -
XYZ 33.54 33.89 7.79 -
YUV 152.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 192 152 50 0 0.21 0.74 0.25 43.1 0.59 0.47
Hex C0 98 32 0 15 4A 19 2B 3B 2F
Octal 300 230 62 0 25 112 31 53 73 57
Binary 11000000 10011000 110010 0 10101 1001010 11001 101011 111011 101111

Color Harmonies of #C09832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09832

Black with #C09832

Text Example


Text Example

White with #C09832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09832; }

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

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

background-color css

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

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

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

border-color css

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

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

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