Html Css Color HEX #C09830 Nugget

📋 copy color: '#C09830'

red 192 ◦ green 152 ◦ blue 48

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

Shades of Nugget #C09830

Tints of Nugget #C09830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.24%

R = 48.98%
G = 38.78%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C09830 (or 0xC09830) is known color: Nugget. HEX triplet: C0, 98 and 30. RGB value is (192,152,48). Sum of RGB (Red+Green+Blue) = 192+152+48=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C09830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09830 is #3F67CF. Grayscale: #989898. Windows color (decimal): -4155344 or 3184832. OLE color: 3184832.

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

Color convert

RGB 192 152 48 -
CMYK 0 0.21 0.75 0.25
HSL 43.33º 0.6% 0.47% -
HSV(B) 43.33º 0.75% 0.75% -
XYZ 33.5 33.88 7.57 -
YUV 152.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 192 152 48 0 0.21 0.75 0.25 43.33 0.6 0.47
Hex C0 98 30 0 15 4B 19 2B 3C 2F
Octal 300 230 60 0 25 113 31 53 74 57
Binary 11000000 10011000 110000 0 10101 1001011 11001 101011 111100 101111

Color Harmonies of #C09830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09830

Black with #C09830

Text Example


Text Example

White with #C09830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09830; }

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

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

background-color css

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

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

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

border-color css

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

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

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