Html Css Color HEX #C09E34 Nugget

📋 copy color: '#C09E34'

red 192 ◦ green 158 ◦ blue 52

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

Shades of Nugget #C09E34

Tints of Nugget #C09E34

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

 BLUE value IS 52 (20.7% from 255) = 12.94%

R = 47.76%
G = 39.3%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C09E34 (or 0xC09E34) is known color: Nugget. HEX triplet: C0, 9E and 34. RGB value is (192,158,52). Sum of RGB (Red+Green+Blue) = 192+158+52=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E34 is #3F61CB. Grayscale: #9C9C9C. Windows color (decimal): -4153804 or 3448512. OLE color: 3448512.

HSL color Cylindrical-coordinate representation of color #C09E34: hue angle of 45.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C09E34 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 158 52 -
CMYK 0 0.18 0.73 0.25
HSL 45.43º 0.57% 0.48% -
HSV(B) 45.43º 0.73% 0.75% -
XYZ 34.58 35.91 8.36 -
YUV 156.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 192 158 52 0 0.18 0.73 0.25 45.43 0.57 0.48
Hex C0 9E 34 0 12 49 19 2D 39 30
Octal 300 236 64 0 22 111 31 55 71 60
Binary 11000000 10011110 110100 0 10010 1001001 11001 101101 111001 110000

Color Harmonies of #C09E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E34

Black with #C09E34

Text Example


Text Example

White with #C09E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E34; }

 p { color: rgb(192,158,52); }

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

background-color css

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

 a { background-color: rgb(192,158,52); }

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

border-color css

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

 span { border-color: rgb(192,158,52); }

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